projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72f7cbf
)
setup.py
author
Kenneth Reitz
<me@kennethreitz.com>
Sat, 28 Jul 2012 20:56:14 +0000
(16:56 -0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Sat, 28 Jul 2012 20:56:14 +0000
(16:56 -0400)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 57b3199fc3e6334d03a8da751d16dfd37bf7dbf7..d254114ab51db190105b03871c206742ba5f3ac1 100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-15,6
+15,8
@@
if sys.argv[-1] == 'publish':
os.system('python setup.py sdist upload')
sys.exit()
+os.environ['PYTHONDONTWRITEBYTECODE'] = '1'
+
packages = [
'requests',
'requests.packages',