summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2019-01-24 14:57:29 +0100
committerMichele Simionato <michele.simionato@gmail.com>2019-01-24 14:57:29 +0100
commit7137c0ec9109f1b5582e9150701dcaeb18135eab (patch)
treee90c413bf7535ac33cfa955da6ef91cb3ac4d39f /Makefile
parent5904141797f9a3412d5d96cab07831325c6a4270 (diff)
downloadpython-decorator-git-7137c0ec9109f1b5582e9150701dcaeb18135eab.tar.gz
Tagged 4.3.24.3.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cbcf307..6d2cee1 100644
--- a/Makefile
+++ b/Makefile
@@ -8,4 +8,4 @@ html: /tmp/tests.documentation.rst
sphinx-build docs docs/_build
upload: README.rst
- python3 setup.py sdist bdist_wheel upload
+ python setup.py sdist bdist_wheel upload