projects
/
cached-property.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e9063a
)
Update setup.py
author
Daniel Greenfeld
<pydanny@users.noreply.github.com>
Fri, 13 Feb 2015 18:55:56 +0000
(10:55 -0800)
committer
Daniel Greenfeld
<pydanny@users.noreply.github.com>
Fri, 13 Feb 2015 18:55:56 +0000
(10:55 -0800)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 24ab5ae53bdf7ca679601c57ff2a400c00059809..0de70e89bf81f71ba11773e415078f7a7c1db30d 100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-16,9
+16,8
@@
history = open('HISTORY.rst').read().replace('.. :changelog:', '')
if sys.argv[-1] == 'publish':
os.system('python setup.py sdist bdist_wheel upload')
- print("You probably want to also tag the version now:")
- print(" git tag -a %s -m 'version %s'" % (__version__, __version__))
- print(" git push --tags")
+ os.system("git tag -a %s -m 'version %s'" % (__version__, __version__))
+ os.system("git push --tags")
sys.exit()
setup(