File: MANIFEST.in

package info (click to toggle)
python-rfc3986 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 500 kB
  • sloc: python: 2,899; makefile: 18
file content (8 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
include README.rst
include LICENSE
include AUTHORS.rst
include setup.cfg
prune *.pyc
recursive-include docs *.rst *.py
recursive-include tests *.py
prune docs/_build