Skip to content

Commit cad6123

Browse files
author
Sam Hatchett
committed
adds notes about building, fixes line endings
1 parent 77e1e54 commit cad6123

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

owa-epanet/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,10 @@ python3 setup.py sdist bdist_wheel
1111
cd test && pipenv install ../dist/*.whl && pipenv run python -c 'from epanet import toolkit; print(toolkit.__dict__)'
1212
1313
```
14+
15+
This python library was packaged in the following way:
16+
17+
```
18+
python3 setup.py sdist bdist_wheel
19+
python3 -m twine upload dist/*
20+
```

owa-epanet/scripts/clean.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ packages/epanet.egg-info \
1212
test/*
1313

1414
touch test/Pipfile
15+

0 commit comments

Comments
 (0)