This commit is contained in:
Alessandro Molina 2014-05-29 15:04:36 +02:00
commit 3ff82b5093
1 changed files with 5 additions and 2 deletions

View File

@ -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,