Skip to content

Commit a0c1de2

Browse files
authored
fix: building from a github archive fails (#361)
setuptools_scm includes some files by default that are not included when building from a github archive. Include them manually to produce the same build.
1 parent 18f8870 commit a0c1de2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

MANIFEST.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
include README.rst
22
include LICENSE
3+
include CHANGELOG.md
4+
include src/auditwheel/policy/*.json
5+
include src/auditwheel/_vendor/wheel/LICENSE.txt
36

47
exclude .coveragerc
58
exclude .gitignore
9+
exclude .git-blame-ignore-revs
610
exclude .pre-commit-config.yaml
711
exclude .travis.yml
812
exclude noxfile.py

0 commit comments

Comments
 (0)