File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
13
13
14
14
### Changed
15
15
- Update test suite to add support for Python 3.7 and InfluxDB v1.6.4 and 1.7.4 (#692 thx @clslgrnc )
16
+ - Update classifiers tuple to list in setup.py (#697 thx @Hanaasagi )
16
17
17
18
### Removed
18
19
Original file line number Diff line number Diff line change 42
42
tests_require = test_requires ,
43
43
install_requires = requires ,
44
44
extras_require = {'test' : test_requires },
45
- classifiers = (
45
+ classifiers = [
46
46
'Development Status :: 3 - Alpha' ,
47
47
'Intended Audience :: Developers' ,
48
48
'License :: OSI Approved :: MIT License' ,
55
55
'Programming Language :: Python :: 3.6' ,
56
56
'Topic :: Software Development :: Libraries' ,
57
57
'Topic :: Software Development :: Libraries :: Python Modules' ,
58
- ) ,
58
+ ] ,
59
59
)
You can’t perform that action at this time.
0 commit comments