File: MANIFEST.in

package info (click to toggle)
python-typepy 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 624 kB
  • sloc: python: 2,886; makefile: 78; sh: 7
file content (12 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
include LICENSE
include README.rst
include setup.cfg
include tox.ini
include docs/pages/introduction/summary.txt
include */py.typed

recursive-include requirements *
recursive-include test *

global-exclude __pycache__/*
global-exclude *.pyc