diff --git a/MAINTAINER.md b/MAINTAINER.md new file mode 100644 index 0000000..c9f4047 --- /dev/null +++ b/MAINTAINER.md @@ -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/* +```