File: MANIFEST.in

package info (click to toggle)
pyobjcryst 2024.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,016 kB
  • sloc: cpp: 5,824; python: 3,423; makefile: 17; sh: 6
file content (16 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
recursive-include src *
include SConstruct
include AUTHORS.txt LICENSE*.txt README.rst
recursive-exclude src *.pyc *.so
global-exclude .gitattributes .gitignore .gitarchive.cfg
global-exclude .DS_Store

# Avoid user content in setup.cfg to make distribution reproducible.
exclude setup.cfg

# Exclude git-tracked files spuriously added by setuptools_scm
exclude .coveragerc
exclude .travis*
prune conda-recipe
prune devutils
prune doc