mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
that shouldn't be neccesary anymore
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user