summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Palmer <oliverpalmer@opalmer.com>2014-05-03 15:52:21 -0400
committerOliver Palmer <oliverpalmer@opalmer.com>2014-05-03 15:52:21 -0400
commit1596cfe452338d610153a6f9031c5876b8659d7a (patch)
treeb2e34cefb6a89ca8d0cff06f70778333d7433c86
parentf33249aba98fc6e35a6b525635f17ed120da023e (diff)
downloadnetifaces-git-1596cfe452338d610153a6f9031c5876b8659d7a.tar.gz
adding Windows batch script used to build and upload multiple binary formats for Windows to PyPi
-rw-r--r--pypi_windows_packages.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/pypi_windows_packages.bat b/pypi_windows_packages.bat
new file mode 100644
index 0000000..297e387
--- /dev/null
+++ b/pypi_windows_packages.bat
@@ -0,0 +1,4 @@
+C:\Python26\python.exe setup.py clean bdist_egg bdist_wininst bdist_wheel upload
+C:\Python27\python.exe setup.py clean bdist_egg bdist_wininst bdist_wheel upload
+C:\Python33\python.exe setup.py clean bdist_egg bdist_wininst bdist_wheel upload
+C:\Python34\python.exe setup.py clean bdist_egg bdist_wininst bdist_wheel upload