From 4458dd9660eee627d6e19352933cd5e9ecea1fbc Mon Sep 17 00:00:00 2001 From: Andy Wickert Date: Wed, 4 Mar 2015 05:25:13 -0600 Subject: [PATCH] PyPI --- README.md | 2 +- topypi.sh | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100755 topypi.sh diff --git a/README.md b/README.md index 391289d..b51d005 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ If you have **pip**, you may simply type: ``` pip install gFlex ``` -and you will have a full, running copy of gFlex from [PyPI](https://pypi.python.org/pypi). +and you will have a full, running copy of the latest release verison of gFlex from [PyPI](https://pypi.python.org/pypi). ##### Downloading diff --git a/topypi.sh b/topypi.sh new file mode 100755 index 0000000..0ee49eb --- /dev/null +++ b/topypi.sh @@ -0,0 +1,6 @@ +#! /usr/bin/env sh + +python register.py +python setup.py register -r pypi +rm README.txt +python setup.py sdist upload -r pypi