forked from haddocking/haddock3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
31 lines (31 loc) · 805 Bytes
/
MANIFEST.in
File metadata and controls
31 lines (31 loc) · 805 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
graft docs
graft src/haddock
include *.md
include *.rst
include LICENSE
include pyproject.toml
include setup.py
exclude .gitmodules
exclude .bumpversion.cfg
exclude .coveragerc
exclude .readthedocs.yml
prune devtools
prune examples
prune src/fcc
prune tests
# exclude params*.rst documentation that is generated with
# sphinx-apidoc
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
include src/haddock/bin/*
include src/haddock/cns/bin/*
include src/haddock/libs/assets/*