File: MANIFEST.in

package info (click to toggle)
pyvo 1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,964 kB
  • sloc: python: 16,778; xml: 9,417; makefile: 113
file content (16 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include README.rst
include CHANGES.rst
include LICENSE.rst

include setup.cfg
include pyproject.toml

recursive-include pyvo *py
recursive-include docs *
recursive-include licenses *

prune build
prune docs/_build
prune docs/api

global-exclude *.pyc *.o