8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8ce5f commit 5a0b2d8Copy full SHA for 5a0b2d8
MANIFEST.in
@@ -1,11 +1,16 @@
1
# we need to include a lot, because this package isn't really made up of
2
# packages
3
4
-include MANIFEST.in README.md .travis.yml NOTES
+include MANIFEST.in README.md .travis.yml NOTES developers.md
5
recursive-include src *.py
6
recursive-include test *.py
7
include test/demoapp/bin/rundemo
8
include test/demoapp/MANIFEST.in
9
include test/demoapp/README
10
include test/demoapp/setup.py
11
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