adjusting trove classifiers, removing six dep

This commit is contained in:
Martin A. Brown 2016-02-22 12:46:35 -08:00
parent f15e1c7de1
commit ab93d6c25c
1 changed files with 3 additions and 5 deletions

View File

@ -18,16 +18,14 @@ setup(
long_description=readme, long_description=readme,
packages=find_packages(), packages=find_packages(),
test_suite='tests', test_suite='tests',
install_requires=[ install_requires=[],
'six>=1.7',
],
classifiers=[ classifiers=[
'Development Status :: 3 - Alpha', 'Development Status :: 3 - Alpha',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License', 'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'Programming Language :: Python', 'Programming Language :: Python',
'Programming Language :: Python :: 3', 'Topic :: Software Development :: Documentation',
'Topic :: Software Development :: Libraries :: Python Modules' 'Topic :: Software Development :: Libraries :: Python Modules',
], ],
) )