Commit 45f43d4a authored by Jason R. Coombs's avatar Jason R. Coombs

Merge

--HG--
branch : distribute
extra : rebase_source : f1489f1c4811dc83ec6790d38e2e14d3c92b5047
parents 6beba487 b2c661b2
...@@ -48,7 +48,7 @@ def do_release(): ...@@ -48,7 +48,7 @@ def do_release():
if os.path.isdir('./dist'): if os.path.isdir('./dist'):
shutil.rmtree('./dist') shutil.rmtree('./dist')
subprocess.check_call([sys.executable, 'setup.py', subprocess.check_call([sys.executable, 'setup.py',
'-q', 'egg_info', '-RD', '-b', '""', 'sdist', 'register', '-q', 'egg_info', '-RD', '-b', '', 'sdist', 'register',
'upload', 'upload_docs']) 'upload', 'upload_docs'])
upload_bootstrap_script() upload_bootstrap_script()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment