From: Kenneth Reitz Date: Tue, 27 Nov 2012 20:37:59 +0000 (-0800) Subject: that shouldn't be neccesary anymore X-Git-Tag: v1.0.0~98 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=400046f9116ccee8baff0c5936a2ede530589fec;p=services%2Fpython-requests.git that shouldn't be neccesary anymore --- 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']