We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9385b commit 6538007Copy full SHA for 6538007
pavement.py
@@ -114,8 +114,7 @@ def dist_docs():
114
dist_dir.exists() or dist_dir.makedirs()
115
docs_package.exists() and docs_package.remove()
116
117
- sh(r'cd docs && find . -type f \! \( -path "*/.svn*" -o -name "*~" \) | sort'
118
- ' | zip -qr -@ %s' % (docs_package,))
+ sh(r'cd build/apidocs && zip -qr9 %s .' % (docs_package,))
119
120
print
121
print "Upload @ http://pypi.python.org/pypi?:action=pkg_edit&name=%s" % ( options.setup.name,)
0 commit comments