From 400046f9116ccee8baff0c5936a2ede530589fec Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Nov 2012 12:37:59 -0800 Subject: [PATCH] that shouldn't be neccesary anymore --- setup.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.py b/setup.py index 16ce337..d8096b0 100755 --- a/setup.py +++ b/setup.py @@ -14,8 +14,6 @@ if sys.argv[-1] == 'publish': os.system('python setup.py sdist upload') sys.exit() -os.environ['PYTHONDONTWRITEBYTECODE'] = '1' - packages = [ 'requests', 'requests.packages', @@ -58,5 +56,3 @@ setup( 'Programming Language :: Python :: 3.3', ), ) - -del os.environ['PYTHONDONTWRITEBYTECODE'] -- 2.7.4