File: MANIFEST.in

package info (click to toggle)
sunpy 7.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,632 kB
  • sloc: python: 41,887; ansic: 1,720; makefile: 28
file content (29 lines) | stat: -rw-r--r-- 608 bytes parent folder | download
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
graft .
prune .git
prune debian
# Exclude specific files
# All files which are tracked by git and not explicitly excluded here are included by setuptools_scm
exclude .codecov.yaml
exclude .editorconfig
exclude .gitattributes
exclude .gitignore
exclude .mailmap
exclude .pre-commit-config.yaml
exclude .readthedocs.yaml
exclude .rtd-environment.yml
exclude .test_package_pins.txt
exclude .zenodo.json
exclude asv.conf.json
exclude CITATION.cff
exclude sunpy-dev-env.yml
exclude tox.ini

# Prune folders
prune .circleci
prune .github
prune benchmarks
prune binder
prune changelog
prune tools

prune sunpy/_dev