File: MANIFEST.in

package info (click to toggle)
python-semantic-release 10.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,236 kB
  • sloc: python: 36,523; sh: 340; makefile: 156
file content (12 lines) | stat: -rw-r--r-- 263 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# Make sure non-python files are included
graft src/**/data/

# include docs & testing into sdist, ignored for wheel build
graft docs/
prune docs/_build/
graft tests/
prune tests/gh_action/

# Remove any generated files
prune **/__pycache__/
prune src/*.egg-info