diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2010-05-25 07:01:42 +0200 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2010-05-25 07:01:42 +0200 |
| commit | 366ab6c1c00703a54fc503eaa8fa0f14b2c99358 (patch) | |
| tree | 9fb5b9ecc85117eb944e7a50d77e9da502cd42a3 /Makefile | |
| parent | 24057242c5a3479ba177bf973349e70cb45745b1 (diff) | |
| download | python-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
