This commit is contained in:
Kenneth Reitz
2012-07-28 16:56:14 -04:00
parent 72f7cbfdc1
commit ca7ee68656
+2
View File
@@ -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',