From ab93d6c25cc5594c650887503e951ba119d22ce7 Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Mon, 22 Feb 2016 12:46:35 -0800 Subject: [PATCH] adjusting trove classifiers, removing six dep --- setup.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 86aa577..b0aa8f0 100644 --- a/setup.py +++ b/setup.py @@ -18,16 +18,14 @@ setup( long_description=readme, packages=find_packages(), test_suite='tests', - install_requires=[ - 'six>=1.7', - ], + install_requires=[], classifiers=[ 'Development Status :: 3 - Alpha', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', 'Programming Language :: Python', - 'Programming Language :: Python :: 3', - 'Topic :: Software Development :: Libraries :: Python Modules' + 'Topic :: Software Development :: Documentation', + 'Topic :: Software Development :: Libraries :: Python Modules', ], )