File: MANIFEST.in

package info (click to toggle)
gwcs 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,404 kB
  • sloc: python: 9,779; makefile: 122
file content (21 lines) | stat: -rw-r--r-- 382 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
include README.rst

include ez_setup.py
include ah_bootstrap.py
include setup.cfg

recursive-include docs *
exclude docs/generated
recursive-include licenses *
recursive-include cextern *
recursive-include scripts *

prune docs/_build
prune build

recursive-include astropy_helpers *
exclude astropy_helpers/.git
exclude astropy_helpers/.gitignore

exclude *.pyc *.o
prune docs/api