diff --git a/setup.py b/setup.py index 28a4e26..7dca2c7 100755 --- a/setup.py +++ b/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',