Skip to content

Commit 9944fa0

Browse files
committed
Cleanup MANIFEST.in (issue2550714)
Remove entries for files that no longer exist or have been moved to other locations.
1 parent 97ce684 commit 9944fa0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

MANIFEST.in

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ recursive-include frontends *.*
44
recursive-include scripts *.* *-*
55
recursive-include tools *.*
66
recursive-include test *.py *.txt
7-
recursive-include doc *.html *.png *.txt *.css *.1 *.example
7+
recursive-include doc *.html *.png *.txt *.css *.example
88
recursive-include detectors *.py
9-
recursive-include templates *.* home* page*
10-
global-exclude .svn .cvsignore *.pyc *.pyo .DS_Store
11-
include run_tests.py *.txt demo.py MANIFEST.in MANIFEST doc/conf.py
12-
exclude BUILD.txt I18N_PROGRESS.txt TODO.txt
13-
exclude doc/security.txt doc/templating.txt
9+
global-exclude *.pyc *.pyo .DS_Store
10+
include run_tests.py demo.py *.txt
11+
include doc/conf.py
12+
exclude 2to3-done.txt
13+
exclude doc/security.txt
1414
include locale/*.po locale/*.mo locale/roundup.pot

0 commit comments

Comments
 (0)