Skip to content

Commit 42d10ff

Browse files
rwalton-armPatater
authored andcommittedNov 5, 2020
MANIFEST.in: Explicitly exclude files from sdist
setuptools-scm has a hook to find all git tracked files and add them to the sdist. Update MANIFEST.in to explicitly exclude files we don't want to ship with the package.
1 parent 27d3bb0 commit 42d10ff

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed
 

‎MANIFEST.in

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1-
graft src
21
global-exclude *.py[cod] __pycache__ *.so
3-
global-include *.spdx
2+
prune .git
3+
prune .github
4+
prune news
5+
prune docs
6+
prune azure-pipelines
7+
prune travis-ci
8+
exclude .pre-commit-config.yaml
9+
exclude .travis.yml
10+
exclude .coverage.yaml
11+
exclude codecov.yml
12+
exclude .codeclimate.yml
13+
exclude .adr-dir

0 commit comments

Comments
 (0)
Please sign in to comment.