mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-02 12:23:33 +02:00
Exclude source files from egg
This commit is contained in:
parent
0799b987fe
commit
bc3044ef60
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ def main():
|
|||
print 'Uploading installers...'
|
||||
upload_installers(exe, dmg)
|
||||
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()
|
||||
check_call('''rm -rf dist/* build/*''')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue