File: py2exe.bat

package info (click to toggle)
python-pyqtgraph 0.13.7-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 8,068 kB
  • sloc: python: 54,043; makefile: 129; ansic: 40; sh: 2
file content (10 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
rem
rem   This is a simple windows batch file containing the commands needed to package
rem   a program with pyqtgraph and py2exe. See the packaging tutorial at
rem   http://luke.campagnola.me/code/pyqtgraph for more information.
rem 

rmdir /S /Q dist
rmdir /S /Q build
python .\py2exeSetupWindows.py py2exe --includes sip
pause