File: MANIFEST.in

package info (click to toggle)
basemap 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 213,536 kB
  • sloc: python: 11,826; sh: 45; makefile: 41
file content (18 lines) | stat: -rw-r--r-- 415 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include CHANGELOG.md
include LICENSE
include LICENSE.geos
include README.md
include .pylintrc
include pyproject.toml
include dep/requirements*.txt
recursive-exclude **/__pycache__ *
global-exclude *.py[cod]
global-exclude *.dll
global-exclude *.so

recursive-exclude data *
recursive-include doc *
recursive-exclude doc/build *
recursive-exclude doc/examples *
recursive-include test *
recursive-include utils *.py