Skip to content

Commit

Permalink
fix install bug
Browse files Browse the repository at this point in the history
  • Loading branch information
endangeredoxen committed Jul 9, 2020
1 parent be2baef commit a2638ae
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# fivecentfileio
file reading utilities

pip install https://github.com/endangeredoxen/fivecentfileio/zipball/master
pip install fivecentfileio
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
pip install https://github.com/endangeredoxen/fileio/zipball/master
file reading utilities

pip install fivecentfileio
2 changes: 1 addition & 1 deletion fivecentfileio/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.9
0.2.10
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from os import path

# Get the long description from the README file
with open('README.md') as f:
with open('README.rst') as f:
long_description = f.read()
with open(path.join('fivecentfileio', 'version.txt'), 'r') as input:
__version__ = input.readlines()[0]
Expand Down

0 comments on commit a2638ae

Please sign in to comment.