Update comments mentioning Python 2.

This commit is contained in:
Aymeric Augustin
2019-12-22 18:22:29 +01:00
parent 45841eaf7b
commit d6eaf4e6d2
11 changed files with 11 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ To create the package for pypi.
creating the wheel and the source distribution (obviously).
For the wheel, run: "python setup.py bdist_wheel" in the top level directory.
(this will build a wheel for the python version you use to build it - make sure you use python 3.x).
(this will build a wheel for the python version you use to build it).
For the sources, run: "python setup.py sdist"
You should now have a /dist directory with both .whl and .tar.gz source versions.