Skip to content

Commit f94e133

Browse files
committed
Merge pull request influxdata#13 from bbinet/add-classifiers
Add Python trove classifiers
2 parents 2d24fa0 + 05467a7 commit f94e133

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

setup.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,22 @@
3131
name='influxdb',
3232
version=version,
3333
description="influxdb client",
34+
license='MIT',
3435
packages=find_packages(exclude=['tests']),
3536
test_suite='tests',
3637
tests_require=test_requires,
3738
install_requires=requires,
3839
extras_require={'test': test_requires},
40+
classifiers=(
41+
'Development Status :: 3 - Alpha',
42+
'Intended Audience :: Developers',
43+
'License :: OSI Approved :: MIT License',
44+
'Operating System :: OS Independent',
45+
'Programming Language :: Python',
46+
'Programming Language :: Python :: 2.7',
47+
'Programming Language :: Python :: 3',
48+
'Programming Language :: Python :: 3.3',
49+
'Topic :: Software Development :: Libraries',
50+
'Topic :: Software Development :: Libraries :: Python Modules',
51+
),
3952
)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy