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.
1 parent f31fd3c commit 26877f3Copy full SHA for 26877f3
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