File: MANIFEST.in

package info (click to toggle)
python-pyproj 3.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,720 kB
  • sloc: python: 13,468; sh: 273; makefile: 90
file content (19 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include README.md
include MANIFEST.in
include pyproject.toml
include LICENSE
include Makefile
include pytest.ini
include pyproj/py.typed
include pyproj/*.pyd
include pyproj/*.pyx
include pyproj/*.pxd
include pyproj/*.pxi
include pyproj/*.pyi
include test/sample.out
include test/*.py
include test/*/*.py
exclude pyproj/*.c
recursive-include docs *
prune docs/_build
prune pyproj/proj_dir