File: MANIFEST.in

package info (click to toggle)
python-jira 3.9.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,008 kB
  • sloc: python: 8,643; sh: 13; makefile: 7; xml: 4
file content (14 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
include LICENSE README.rst

# Include
include jira/py.typed

# Exclude what is in these folders
prune tests
prune .github

# Exclude these files
exclude package-lock.json
exclude test-requirements.*
recursive-exclude * *.py[co]
recursive-exclude * __pycache__