-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMANIFEST.in
40 lines (37 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
36
37
38
39
40
include AUTHORS.rst
include CHANGELOG.rst
include CONTRIBUTING.rst
include LICENSE
include Makefile
include README.rst
include pyproject.toml
include .zenodo.json
recursive-include src/xscen *.py *.yml
recursive-include src/xscen/CVs *.json
recursive-include src/xscen/data/fr *.yml *.csv
recursive-include src/xscen/data *.nc
recursive-include src/xscen/data *.mo *.po
recursive-include tests *.py
recursive-include docs conf.py Makefile make.bat *.png *.rst *.yml
recursive-include docs/locales *.mo *.po
recursive-include docs/notebooks *.ipynb
recursive-include docs/notebooks/samples *.csv *.json *.yml
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
recursive-exclude .github *.md *.yml
recursive-exclude conda *.yaml *.yml
recursive-exclude docs notebooks samples tutorial *.nc
recursive-exclude templates *.csv *.json *.py *.rst *.yml
exclude .coveralls.yml
exclude .cruft.json
exclude .editorconfig
exclude .flake8
exclude .gitignore
exclude .pre-commit-config.yaml
exclude .readthedocs.yml
exclude .secrets.baseline
exclude .yamllint.yaml
exclude .zizmor.yml
exclude environment.yml
exclude environment-dev.yml
exclude tox.ini