diff options
author | Guido van Rossum <guido@python.org> | 2013-10-22 10:33:07 -0700 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2013-10-22 10:33:07 -0700 |
commit | 16a239f08fe854325b0d8c5a870998d34d4258d2 (patch) | |
tree | 31e95e2e5b14f7f358aaa7fcfea892f0efac69bb /pypi.bat | |
parent | 162c29276541a9231c1a75c04560b5aecf4f0732 (diff) | |
download | trollius-16a239f08fe854325b0d8c5a870998d34d4258d2.tar.gz |
Changes by Sonald Stufft to build pypi distros. Yay!0.1.1
Diffstat (limited to 'pypi.bat')
-rw-r--r-- | pypi.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pypi.bat b/pypi.bat new file mode 100644 index 0000000..5218ace --- /dev/null +++ b/pypi.bat @@ -0,0 +1 @@ +c:\Python33\python.exe setup.py bdist_wheel upload |