File: MANIFEST.in

package info (click to toggle)
flask-caching 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 480 kB
  • sloc: python: 2,826; makefile: 193; sh: 17
file content (16 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include LICENSE
include CONTRIBUTORS
include CHANGES
include README.md
include tox.ini
include setup.cfg
include src/flask_caching/py.typed

graft docs
graft tests

prune docs/_build

global-exclude __pycache__
global-exclude *.py[co]
global-exclude *.sw[a-z]