mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
@@ -15,6 +15,7 @@ if sys.argv[-1] == 'publish':
|
||||
os.system('python setup.py sdist upload')
|
||||
sys.exit()
|
||||
|
||||
bytecode = os.getenv('PYTHONDONTWRITEBYTECODE', '0')
|
||||
os.environ['PYTHONDONTWRITEBYTECODE'] = '1'
|
||||
|
||||
packages = [
|
||||
@@ -67,3 +68,5 @@ setup(
|
||||
'Programming Language :: Python :: 3.1',
|
||||
),
|
||||
)
|
||||
|
||||
os.environ['PYTHONDONTWRITEBYTECODE'] = bytecode
|
||||
|
||||
Reference in New Issue
Block a user