Skip to content

Commit

Permalink
PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
awickert committed Mar 4, 2015
1 parent cf1d0d9 commit 4458dd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 6 additions & 0 deletions topypi.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4458dd9

Please sign in to comment.