File: MANIFEST.in

package info (click to toggle)
python-binary-memcached 0.30.0%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 288 kB
  • sloc: python: 1,702; makefile: 17
file content (7 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
exclude *.pyc *.pyo
exclude **/__pycache__/**
recursive-include docs *
recursive-include tests *
prune docs/_build
include README.rst
include CHANGELOG.rst