From 3a4ef8165fb2951781a7bcc4189e90faf26caf2d Mon Sep 17 00:00:00 2001 From: SVN-Git Migration Date: Thu, 8 Oct 2015 13:41:22 -0700 Subject: Imported Upstream version 0.11.2 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 849ab83..3133a97 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ if sys.argv[-1] == 'publish': sys.exit() if sys.argv[-1] == 'test': - os.system('python test_requests.py') + os.system('python tests/test_requests.py') sys.exit() required = ['certifi>=0.0.7',] @@ -51,7 +51,7 @@ setup( package_data={'': ['LICENSE', 'NOTICE']}, include_package_data=True, install_requires=required, - license='ISC', + license=open("LICENSE").read(), classifiers=( 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', -- cgit v1.2.3