Franck Pommereau

fixed setup.py to use twine

1 # file GENERATED by distutils, do NOT edit 1 # file GENERATED by distutils, do NOT edit
2 +.Makefile.swp
2 .gitignore 3 .gitignore
3 BUGS 4 BUGS
4 MANIFEST 5 MANIFEST
......
...@@ -17,7 +17,8 @@ version: ...@@ -17,7 +17,8 @@ version:
17 python version.py check 17 python version.py check
18 18
19 pip: emacs version 19 pip: emacs version
20 - python setup.py sdist upload 20 + python setup.py sdist
21 + twine upload dist/SNAKES-$$(cat VERSION).tar.gz
21 22
22 emacs: utils/abcd-mode.elc 23 emacs: utils/abcd-mode.elc
23 24
......