Revision 3d12eecc94cb6bbaf36e736082355c3006942608 authored by Matt Newville on 19 January 2015, 14:47:25 UTC, committed by Matt Newville on 19 January 2015, 14:47:25 UTC
add dump()/load() to Parameters class
2 parent s aabaec9 + ce3743a
Raw File
upload_wininst.bat
REM
REM  %HOME%\.pypirc must be setup with PyPI info.
REM
SET HOME=M:\

SET PATH=C:\Python27;%PATH%
python setup.py install
python setup.py bdist_wininst --target-version=2.7 upload


SET PATH=C:\Python34;%PATH%
python setup.py install
python setup.py bdist_wininst --target-version=3.4 upload



back to top