summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2010-05-25 07:01:42 +0200
committerMichele Simionato <michele.simionato@gmail.com>2010-05-25 07:01:42 +0200
commit366ab6c1c00703a54fc503eaa8fa0f14b2c99358 (patch)
tree9fb5b9ecc85117eb944e7a50d77e9da502cd42a3 /Makefile
parent24057242c5a3479ba177bf973349e70cb45745b1 (diff)
downloadpython-decorator-git-366ab6c1c00703a54fc503eaa8fa0f14b2c99358.tar.gz
Used python3 as default language to build the source distribution of the decorator module
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5247dd3..bd53ca0 100644
--- a/Makefile
+++ b/Makefile
@@ -15,4 +15,4 @@ pdf: /tmp/documentation.rst /tmp/documentation3.rst
cp /tmp/documentation.html /tmp/documentation3.html .
upload: documentation.pdf documentation3.pdf
- python setup.py register sdist upload
+ python3 setup.py register sdist upload