File: MANIFEST.in

package info (click to toggle)
pytest-order 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 600 kB
  • sloc: python: 3,483; makefile: 159; sh: 13
file content (12 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
include LICENSE
include AUTHORS
include CHANGELOG.md
include README.md
include tox.ini

graft tests
graft docs
graft example
prune docs/build

global-exclude __pycache__/*