Skip to content

Commit 2dfbb93

Browse files
committed
in MANIFEST.in, recursive-include *.ps as well as *.svg *.pdf
tclean rm ?*FSM.py not *FSM.py to preserve pymodel/FSM.py in tclean.bat use del not rm
1 parent a412f56 commit 2dfbb93

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

MANIFEST.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ recursive-include talks *.txt *.rst *.md *.pdf
44
recursive-include www *.txt *.rst *.md *.html
55
recursive-include pymodel *.txt *.rst *.md *.py
66
recursive-include bin *.txt *.rst *.md *.bat clogdiff tdiff tclean dotpdf dotps dotsvg pma pmg pmt pmv pymodel_paths tpath trun wsgirunner
7-
recursive-include samples *.txt *.rst *.md *.bat *.py *.ref *.svg *.pdf
7+
recursive-include samples *.txt *.rst *.md *.bat *.py *.ref *.svg *.pdf *.ps
8+
89

bin/tclean

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# remove files created by running pymodel test scripts
2-
rm *FSM.py *FSM?.py *.dot *.svg *.pyc *.log
2+
rm *?FSM.py *FSM?.py *.dot *.svg *.pyc *.log

bin/tclean.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
rem remove files created by running pymodel test scripts
2-
rm *FSM.py *FSM?.py *.dot *.svg *.pyc *.log
2+
del *?FSM.py *FSM?.py *.dot *.svg *.pyc *.log

0 commit comments

Comments
 (0)