Skip to content

Commit

Permalink
README.txt for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
elainethale committed May 22, 2018
1 parent 7ab252b commit 1f23621
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
layerstack: Python package for assembling, sharing, and running workflows, especially those associated with modifying, running, and analyzing simulation models

INSTALL

pip install layerstack

USE

http://smart-ds.github.io/layerstack

UNINSTALL

pip uninstall layerstack
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
here = os.path.abspath(os.path.dirname(__file__))

# Get the long description from the README file
with open(os.path.join(here, './README.md'), encoding='utf-8') as f:
with open(os.path.join(here, './README.txt'), encoding='utf-8') as f:
long_description = f.read()

with open(os.path.join(here, 'layerstack', '_version.py'), encoding='utf-8') as f:
Expand Down

0 comments on commit 1f23621

Please sign in to comment.