https://github.com/lmfit/lmfit-py
Revision a4ffac9e157de33706836e3e55517701050fbdd5 authored by Matt Newville on 21 December 2014, 21:35:05 UTC, committed by Matt Newville on 21 December 2014, 21:35:05 UTC
1 parent e5d5cbf
Raw File
Tip revision: a4ffac9e157de33706836e3e55517701050fbdd5 authored by Matt Newville on 21 December 2014, 21:35:05 UTC
change init values for success to True, errorbars to False
Tip revision: a4ffac9
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