random fixes to setup.py
This commit is contained in:
4
setup.py
4
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user