Download this file
1 2 3 4 5 6 7 8 9 10 11 12 13
rem *** Used to create a Python .zip call sample_setenv.bat call setenv.bat SET PYTHONPATH=%PYTHONDIR%\python.exe %PYTHONPATH% setup.py clean rem ***** create the .zip %PYTHONPATH% setup.py sdist echo "done..."