Skip to content

Commit

Permalink
fix: building from a github archive fails (#361)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mayeut authored Jan 3, 2022
1 parent 18f8870 commit a0c1de2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
include README.rst
include LICENSE
include CHANGELOG.md
include src/auditwheel/policy/*.json
include src/auditwheel/_vendor/wheel/LICENSE.txt

exclude .coveragerc
exclude .gitignore
exclude .git-blame-ignore-revs
exclude .pre-commit-config.yaml
exclude .travis.yml
exclude noxfile.py
Expand Down

0 comments on commit a0c1de2

Please sign in to comment.