Skip to content

Commit

Permalink
fix manifest for wheel to ensure templates are included
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort committed Apr 19, 2024
1 parent f31fd3c commit 4203bcb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 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:
prune .github
prune scripts
prune docs
prune tests
prune lambdalib/*lib/
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [
build-backend = "setuptools.build_meta"

[tool.setuptools]
include-package-data = false
include-package-data = true
packages = [
"lambdalib"
]
Expand Down

0 comments on commit 4203bcb

Please sign in to comment.