We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a438f9f commit c56a34cCopy full SHA for c56a34c
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "spm-python"
7
-version = "25.01-alpha1.dev2"
+version = "25.01-alpha1.dev3"
8
description = "Python bindings for the SPM software."
9
readme = "README.md"
10
license = {file = "LICENSE"}
@@ -25,8 +25,8 @@ dependencies = [
25
[project.urls]
26
Repository = "https://github.com/spm/spm-python"
27
28
-[tool.setuptools.packages.find]
29
-include = ["spm"]
+[tool.setuptools.packages]
+find = {}
30
31
[tool.setuptools.package-data]
32
spm = ["_spm/_spm.ctf"]
0 commit comments