File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 31
31
name = 'influxdb' ,
32
32
version = version ,
33
33
description = "influxdb client" ,
34
+ license = 'MIT' ,
34
35
packages = find_packages (exclude = ['tests' ]),
35
36
test_suite = 'tests' ,
36
37
tests_require = test_requires ,
37
38
install_requires = requires ,
38
39
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
+ ),
39
52
)
You can’t perform that action at this time.
0 commit comments