File: MANIFEST.in

package info (click to toggle)
setuptools-scm 9.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,108 kB
  • sloc: python: 7,068; sh: 18; makefile: 7
file content (27 lines) | stat: -rw-r--r-- 567 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
exclude *.nix
exclude .pre-commit-config.yaml
exclude changelog.d/*
exclude .git_archival.txt
exclude .readthedocs.yaml
include *.py
include testing/*.py
include tox.ini
include *.rst
include LICENSE
include *.toml
include mypy.ini
include testing/Dockerfile.*
include src/setuptools_scm/.git_archival.txt
include README.md
include CHANGELOG.md


recursive-include testing *.bash
prune nextgen
prune .cursor

recursive-include docs *.md
include docs/examples/version_scheme_code/*.py
include docs/examples/version_scheme_code/*.toml
include mkdocs.yml
include uv.lock