From 76c6de7d7cdcd2e8853c43488b811f382b9dfc39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Wei=C3=9Fschuh?= Date: Fri, 26 Sep 2014 22:55:08 +0000 Subject: [PATCH] random fixes to setup.py --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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',