8000 MANIFEST.in: add more source files · drinkingjava/python-versioneer@5a0b2d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5a0b2d8

Browse files
committed
MANIFEST.in: add more source files
1 parent 3a8ce5f commit 5a0b2d8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

MANIFEST.in

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# we need to include a lot, because this package isn't really made up of
22
# packages
33

4-
include MANIFEST.in README.md .travis.yml NOTES
4+
include MANIFEST.in README.md .travis.yml NOTES developers.md
55
recursive-include src *.py
66
recursive-include test *.py
77
include test/demoapp/bin/rundemo
88
include test/demoapp/MANIFEST.in
99
include test/demoapp/README
1010
include test/demoapp/setup.py
1111
include test/demoapp/src/demo/__init__.py
12+
include test/demoapp-script-only/MANIFEST.in
13+
include test/demoapp-script-only/README
14+
include test/demoapp-script-only/src/demo/placeholder
15+
include test/demoapp-script-only/src/dummy
16+
include test/demoapp-script-only/src/rundemo-template

0 commit comments

Comments
 (0)
0