Skip to content

Commit

Permalink
Add several things to MANIFEST.in that are in current tarballs
Browse files Browse the repository at this point in the history
The tarballs from current releases have these files in them, but
building with `build` does not include them. I don't know if the
previous maintainer was using setuptools-scm or something like
that, but this should ensure that appropriate files are included
in our new tarballs. I left out things like .gitattributes which
clearly shouldn't be in a release tarball.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
  • Loading branch information
AdamWill authored and marcfrederick committed May 18, 2024
1 parent 30f0e5d commit 1ce6209
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
include CHANGELOG.md
include CONTRIBUTING.md
include CREDITS.md
include README.md
include LICENSE.md
# prospector config - https://github.com/landscapeio/prospector
include .landscape.yaml
include .editorconfig
include tox.ini
graft docs
graft examples

0 comments on commit 1ce6209

Please sign in to comment.