... | ... |
@@ -3,12 +3,11 @@ |
3 | 3 |
# The purpose of this script is to enable uploading xdot.py to the Python |
4 | 4 |
# Package Index, which can be easily done by doing: |
5 | 5 |
# |
6 |
-# python setup.py register |
|
7 |
-# python setup.py sdist upload |
|
6 |
+# python3 setup.py sdist upload |
|
8 | 7 |
# |
9 | 8 |
# See also: |
10 |
-# - https://code.google.com/archive/p/jrfonseca/issues/19 |
|
11 |
-# - http://docs.python.org/2/distutils/packageindex.html |
|
9 |
+# - https://packaging.python.org/distributing/ |
|
10 |
+# - https://docs.python.org/3/distutils/packageindex.html |
|
12 | 11 |
# |
13 | 12 |
|
14 | 13 |
from setuptools import setup |