Merge pull request #269 from kammala/master

Fixed classifiers in setup.py
This commit is contained in:
Iuri de Silvio
2017-01-10 10:14:11 -02:00
committed by GitHub
+4 -2
View File
@@ -73,7 +73,7 @@ setup(
url='http://python-tablib.org',
packages=packages,
license='MIT',
classifiers=(
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Natural Language :: English',
@@ -87,6 +87,8 @@ setup(
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
),
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
tests_require=['pytest'],
)