Skip to content

Commit

Permalink
add maintainer info
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco149 committed Feb 9, 2019
1 parent 42d53e6 commit b4913c5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions MAINTAINER.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
requirements for making releases

```
python3 -m pip install --user --upgrade twine setuptools wheel
```

to make a new release, bump version in pyttanko.py and run

```
python3 setup.py sdist bdist_wheel
twine upload dist/*
```

0 comments on commit b4913c5

Please sign in to comment.