mirror of
https://github.com/sprockets/sprockets.http.git
synced 2024-11-14 19:29:28 +00:00
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:
parent
53270feb31
commit
446ac38a00
1 changed files with 2 additions and 3 deletions
5
setup.py
5
setup.py
|
@ -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'],
|
||||
|
|
Loading…
Reference in a new issue