mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Exclude source files from egg
This commit is contained in:
parent
0799b987fe
commit
bc3044ef60
@ -102,7 +102,7 @@ def main():
|
|||||||
print 'Uploading installers...'
|
print 'Uploading installers...'
|
||||||
upload_installers(exe, dmg)
|
upload_installers(exe, dmg)
|
||||||
print 'Uploading to PyPI'
|
print 'Uploading to PyPI'
|
||||||
check_call('''python setup.py register bdist_egg upload''')
|
check_call('''python setup.py register bdist_egg --exclude-source-files upload''')
|
||||||
upload_docs()
|
upload_docs()
|
||||||
check_call('''rm -rf dist/* build/*''')
|
check_call('''rm -rf dist/* build/*''')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user