Update docs.

This commit is contained in:
Louis Cordier 2020-06-27 21:27:46 +02:00
parent 6f3573f23c
commit 24d88449c2
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
from setuptools import setup
"""
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*
https://packaging.python.org/tutorials/packaging-projects/
"""
def readme():
with open('README.md') as f: