setup.py: Fix sdist

This commit is contained in:
Cole Robinson 2013-04-26 16:45:19 -04:00
parent 40cbc39a98
commit 44f788bb99
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ class my_install(install):
class my_sdist(sdist):
user_options = [
user_options = sdist.user_options + [
("snapshot", "s", "add snapshot id to version"),
]