Exclude source files from egg

This commit is contained in:
Kovid Goyal 2007-07-20 23:12:39 +00:00
parent 0799b987fe
commit bc3044ef60

View File

@ -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/*''')