File: MANIFEST.in

package info (click to toggle)
python-prov 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,848 kB
  • sloc: python: 6,555; xml: 1,528; makefile: 211; sh: 1
file content (18 lines) | stat: -rw-r--r-- 468 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include pyproject.toml
include AUTHORS.rst
include CONTRIBUTING.rst
include HISTORY.rst
include LICENSE
include README.rst
include CHANGES.txt
include src/prov/tests/json/*.json
include src/prov/tests/unification/*.json
include src/prov/tests/rdf/*.ttl
include src/prov/tests/rdf/*.trig
include src/prov/tests/xml/*.xml
include docs/requirements.txt

recursive-exclude * __pycache__
recursive-exclude * *.py[co]

recursive-include docs *.rst conf.py Makefile make.bat