random fixes to setup.py

This commit is contained in:
Thomas Weißschuh
2014-09-26 22:55:08 +00:00
parent 77e252812a
commit 76c6de7d7c

View File

@@ -31,13 +31,11 @@ setup(
long_description=readme + '\n\n' + history,
author='Ian Cordasco',
author_email='ian.cordasco@rackspace.com',
url='https://rfc3986.rtfd.org',
url='https://rfc3986.readthedocs.org',
packages=packages,
package_data={'': ['LICENSE']},
package_dir={'requests': 'requests'},
include_package_data=True,
license='Apache 2.0',
zip_safe=False,
classifiers=(
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',