diff --git a/setup.py b/setup.py index c9df7ea..dff8247 100644 --- a/setup.py +++ b/setup.py @@ -8,11 +8,14 @@ setup(name='crank', description="Generalization of dispatch mechanism for use across frameworks.", long_description="""\ """, - classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers + classifiers=[ + 'Programming Language :: Python :: 3', + 'Programming Language :: Python', + ], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers keywords='', author='Christopher Perkins', author_email='chris@percious.com', - url='', + url='https://github.com/TurboGears/crank', license='MIT', packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), include_package_data=True,