diff options
author | INADA Naoki <songofacandy@gmail.com> | 2015-11-07 13:17:28 +0900 |
---|---|---|
committer | INADA Naoki <songofacandy@gmail.com> | 2015-11-07 13:17:28 +0900 |
commit | 672b220a3ff0c84eec1c8b39abcdedcd1e4cb329 (patch) | |
tree | 36aeb1aab6632d22b2c5d61f7b78f5a22b3d479b | |
parent | cd1f158b7673fed06a4fda64a4c34d1366faae26 (diff) | |
download | msgpack-python-672b220a3ff0c84eec1c8b39abcdedcd1e4cb329.tar.gz |
remove unused bat file
-rw-r--r-- | upload_windows.bat | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/upload_windows.bat b/upload_windows.bat deleted file mode 100644 index 5cd9a7c..0000000 --- a/upload_windows.bat +++ /dev/null @@ -1,4 +0,0 @@ -c:\Python27\python setup.py bdist_egg bdist_wininst upload -c:\Python33\python setup.py bdist_egg bdist_wininst upload -c:\Python27_amd64\python setup.py bdist_egg bdist_wininst upload -c:\Python33_amd64\python setup.py bdist_egg bdist_wininst upload |