Update package metadata.

PyPI requires author_email if author is set and apparently Tornado is
not a valid web framework.
This commit is contained in:
Dave Shawley 2015-07-23 07:31:56 -04:00
parent 53270feb31
commit 446ac38a00

View file

@ -35,15 +35,15 @@ setuptools.setup(
version=http.__version__,
description='Tornado HTTP application runner',
author='AWeber Communications',
author_email='api@aweber.com',
url='https://github.com/sprockets/sprockets.http',
install_requires=requirements,
license='BSD',
namespace_packages=['sprockets'],
packages=setuptools.find_packages(),
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Environment :: No Input/Output (Daemon)',
'Framework :: Tornado',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Natural Language :: English',
@ -53,7 +53,6 @@ setuptools.setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules'],