summaryrefslogtreecommitdiff
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
commit0abc5d2f13514a251186542f777a56a7105f3aec (patch)
treebba45f17bfbcf33575e02f2d3cbf9c9d0baafd6b
parenta584405449581839b90098cdd99719f5a142309b (diff)
downloadmicheles-0abc5d2f13514a251186542f777a56a7105f3aec.tar.gz
Used python3 as default language to build the source distribution of the decorator module
-rw-r--r--decorator/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/decorator/Makefile b/decorator/Makefile
index 5247dd3..bd53ca0 100644
--- a/decorator/Makefile
+++ b/decorator/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