File: MANIFEST.in

package info (click to toggle)
astropy 5.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 41,972 kB
  • sloc: python: 219,331; ansic: 147,297; javascript: 13,556; lex: 8,496; sh: 3,319; xml: 1,622; makefile: 185
file content (32 lines) | stat: -rw-r--r-- 703 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
30
31
32
include .astropy-root
include LICENSE.rst
include README.rst
include CHANGES.rst
include pip-requirements*
include CITATION
include astropy/CITATION
include pyproject.toml

include setup.cfg
recursive-include astropy *.pyx *.c *.h *.map *.templ

include astropy/astropy.cfg

include astropy/extern/configobj/*.py
recursive-include astropy/utils/compat *.py

recursive-include docs *
recursive-include examples *
recursive-include licenses *
recursive-include cextern *
recursive-include scripts *
recursive-include static *

# This subpckage is only used in development checkouts and should not be
# included in built tarballs
prune astropy/_dev

prune docs/_build
prune build

global-exclude *.pyc *.o