Commit b19ad356 authored by Denis Bilenko's avatar Denis Bilenko

make_dist.py: clean up old dist

parent 1ecc85d9
......@@ -47,6 +47,8 @@ def main():
system(set_version_command)
system('hg diff')
if options.rsync:
system('rm -fr dist')
system('python setup.py sdist')
website_dir = os.path.join(os.path.dirname(basedir), 'gevent-website')
......
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