File: MANIFEST.in

package info (click to toggle)
reproject 0.14.1-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,024 kB
  • sloc: python: 4,749; ansic: 1,022; 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