Skip to content

Commit 4458dd9

Browse files
committed
PyPI
1 parent cf1d0d9 commit 4458dd9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If you have **pip**, you may simply type:
5454
```
5555
pip install gFlex
5656
```
57-
and you will have a full, running copy of gFlex from [PyPI](https://pypi.python.org/pypi).
57+
and you will have a full, running copy of the latest release verison of gFlex from [PyPI](https://pypi.python.org/pypi).
5858

5959
##### Downloading
6060

topypi.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#! /usr/bin/env sh
2+
3+
python register.py
4+
python setup.py register -r pypi
5+
rm README.txt
6+
python setup.py sdist upload -r pypi

0 commit comments

Comments
 (0)