forked from dinoboff/skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.in
35 lines (35 loc) · 1.13 KB
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
include .gitignore
include .gitmodules
include HISTORY.rst
include LICENCE
include MANIFEST.in
include Makefile
include README.rst
include distribute_setup.py
include docs/Makefile
include docs/_build/html
include docs/api.rst
include docs/conf.py
include docs/history.rst
include docs/index.rst
include docs/make.bat
include docs/overview.rst
include setup.py
include skeleton/__init__.py
include skeleton/core.py
recursive-include skeleton/examples *
recursive-exclude skeleton/examples *.pyc
include skeleton/tests/__init__.py
include skeleton/tests/skeletons/dynamic-content/bar/baz.txt_tmpl
include skeleton/tests/skeletons/dynamic-content/foo.txt
include skeleton/tests/skeletons/dynamic-file-name/bar/{baz}.txt
include skeleton/tests/skeletons/dynamic-file-name/foo.txt
include skeleton/tests/skeletons/required/bar/empty
include skeleton/tests/skeletons/required/{file_name}.txt
include skeleton/tests/skeletons/static/bar/baz.txt
include skeleton/tests/skeletons/static/foo.txt
include skeleton/tests/test_core.py
include skeleton/tests/test_examples.py
include skeleton/tests/test_utils.py
include skeleton/tests/utils.py
include skeleton/utils.py