forked from python-versioneer/python-versioneer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
17 lines (16 loc) · 684 Bytes
/
MANIFEST.in
File metadata and controls
17 lines (16 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# we need to include a lot, because this package isn't really made up of
# packages
include MANIFEST.in README.md .travis.yml NOTES developers.md details.md
recursive-include src *.py
recursive-include test *.py *.cfg README MANIFEST.in
include test/demoapp/bin/rundemo
include test/demoapp/MANIFEST.in
include test/demoapp/README
include test/demoapp/setup.py
include test/demoapp/src/demo/__init__.py
include test/demoapp-script-only/MANIFEST.in
include test/demoapp-script-only/README
include test/demoapp-script-only/src/demo/placeholder
include test/demoapp-script-only/src/dummy
include test/demoapp-script-only/src/rundemo-template
include test/demoapp2-distutils/bin/rundemo