File: MANIFEST.in

package info (click to toggle)
python-pyzstd 0.17.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,736 kB
  • sloc: python: 7,544; ansic: 3,938; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
include pyproject.toml
include CHANGELOG.md
include LICENSE
include README.md

recursive-include src *
recursive-include tests *
recursive-include build_script *

recursive-exclude * __pycache__
recursive-exclude * *.pyc