Skip to content

Commit

Permalink
Merge pull request #47 from siliconcompiler/fix-wheel
Browse files Browse the repository at this point in the history
fix manifest for wheel to ensure templates are included
  • Loading branch information
gadfort committed Apr 19, 2024
2 parents a8099fa + 26877f3 commit 7f1ac13
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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/padring/
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 7f1ac13

Please sign in to comment.