File: MANIFEST.in

package info (click to toggle)
python-pathspec 0.12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 368 kB
  • sloc: python: 2,907; makefile: 14
file content (11 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
include *.in
include *.ini
include *.py
include *.rst
include pathspec/py.typed
include LICENSE
recursive-include doc *
recursive-include tests *
prune dev
prune doc/build
global-exclude *.pyc