File: MANIFEST.in

package info (click to toggle)
python-utils 3.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 396 kB
  • sloc: python: 2,135; makefile: 19; sh: 5
file content (12 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
include coverage.rc
include LICENSE
include MANIFEST.in
include pytest.ini
include README.rst
include requirements.txt
include setup.cfg
include setup.py
include tox.ini
include python_utils/py.typed
recursive-include _python_utils_tests *.py *.txt
recursive-exclude __pycache__ *