forked from haddocking/haddock3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.in
36 lines (30 loc) · 777 Bytes
/
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
36
graft docs
graft src/haddock
include *.md
include *.rst
include LICENSE
include requirements.txt
include requirements.yml
include requirements_full.yml
exclude .gitmodules
exclude .bumpversion.cfg
exclude .coveragerc
exclude .readthedocs.yml
exclude tox.ini
prune devtools
prune examples
prune src/fcc
prune tests
# exclude params*.rst documentation that is generated with
# `tox -e docs`
exclude docs/modules/*/params/*.rst
exclude docs/reference/core/mandatory_parameters.rst
exclude docs/modules/general_module_params.rst
global-exclude *.py[cod] __pycache__/* *.so *.dylib
global-exclude tags
global-exclude *.swp
# recursive include of varia files
recursive-include varia *.f
recursive-include varia *.inc
recursive-include varia *.lua
recursive-include varia *.md