File: MANIFEST.in

package info (click to toggle)
reproject 0.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,968 kB
  • sloc: python: 6,570; ansic: 953; makefile: 114
file content (17 lines) | stat: -rw-r--r-- 256 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include README.rst
include CHANGES.md
include LICENSE

include pyproject.toml
include setup.cfg

include pyproject.toml

recursive-include reproject *.pyx *.c
recursive-include docs *

prune build
prune docs/_build
prune docs/api

global-exclude *.pyc *.o