Skip to content

Commit

Permalink
Merge pull request #11 from ThomasWaldmann/manifest
Browse files Browse the repository at this point in the history
add a MANIFEST.in
  • Loading branch information
ThomasWaldmann committed Apr 5, 2024
2 parents 893d02d + 3ebc046 commit 99ab1b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# stuff we need to include into the sdist is handled automatically by
# setuptools_scm - it includes all git-committed files.
# but we want to exclude some committed files/dirs not needed in the sdist:
exclude .gitattributes .gitignore
prune .github
prune requirements.d

0 comments on commit 99ab1b7

Please sign in to comment.