File: MANIFEST.in

package info (click to toggle)
specutils 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 12,480 kB
  • sloc: python: 13,499; makefile: 111
file content (15 lines) | stat: -rw-r--r-- 279 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include README.rst
include CHANGES.rst
include setup.cfg
include pyproject.toml

recursive-include specutils *.pyx *.c *.pxd
recursive-include docs *
recursive-include licenses *
recursive-include scripts *

prune build
prune docs/_build
prune docs/api

global-exclude *.pyc *.o