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 6539604 commit 5a15f50Copy full SHA for 5a15f50
MANIFEST.in
@@ -1,4 +1,3 @@
1
include README.md
2
include LICENSE
3
include AUTHORS.txt
4
-recursive-include spm/_spm *.ctf
pyproject.toml
@@ -55,9 +55,6 @@ Repository = "https://github.com/spm/spm-python"
55
[tool.setuptools.packages]
56
find = {}
57
58
-[tool.setuptools.package-data]
59
-spm = ["_spm/_spm.ctf"]
60
-
61
[tool.setuptools.dynamic]
62
version = {attr = "spm._version.__version__"}
63
0 commit comments