File: MANIFEST.in

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

recursive-include zstd/lib *
recursive-include src *
recursive-include tests *
recursive-include build_script *

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