We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8099fa + 26877f3 commit 7f1ac13Copy full SHA for 7f1ac13
MANIFEST.in
@@ -0,0 +1,9 @@
1
+# stuff we need to include into the sdist is handled automatically by
2
+# setuptools_scm - it includes all git-committed files.
3
+# but we want to exclude some committed files/dirs not needed in the sdist:
4
+prune .github
5
+prune scripts
6
+prune docs
7
+prune tests
8
+prune lambdalib/padring/
9
+prune lambdalib/*lib/
pyproject.toml
@@ -6,7 +6,7 @@ requires = [
build-backend = "setuptools.build_meta"
[tool.setuptools]
-include-package-data = false
+include-package-data = true
10
packages = [
11
"lambdalib"
12
]
0 commit comments