-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMANIFEST.in
More file actions
35 lines (26 loc) · 731 Bytes
/
Copy pathMANIFEST.in
File metadata and controls
35 lines (26 loc) · 731 Bytes
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
# gedaif package data
recursive-include tendril/gedaif/templates *.yaml
# dox package data
recursive-include tendril/dox/templates *.tex
# frontent package data
recursive-include tendril/frontend/static *
recursive-include tendril/frontend/templates *.html
recursive-include tendril/frontend/blueprints/*/templates *.html
# tendril metadata files
include *.rst
include *.txt
# alembic files
include alembic.ini
recursive-include alembic *
# tests
recursive-include tests *.py
# resources
recursive-include resources *
# documentation
include doc/Makefile
recursive-include doc *.rst *.py
recursive-include doc/_static *
recursive-include doc/sample/ *.sample
# versioning
include versioneer.py
include tendril/_version.py