https://github.com/lmfit/lmfit-py
Raw File
Tip revision: b7d87b90c1eb2520f3165a378a2cd55c59e6261b authored by Matt Newville on 01 May 2018, 14:21:48 UTC
Merge pull request #466 from reneeotten/ampgo
Tip revision: b7d87b9
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