From 24d88449c262fb6145030e80beae782b12a98a15 Mon Sep 17 00:00:00 2001 From: Louis Cordier Date: Sat, 27 Jun 2020 21:27:46 +0200 Subject: [PATCH] Update docs. --- setup.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.py b/setup.py index 3fad483..6410e7e 100644 --- a/setup.py +++ b/setup.py @@ -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: