Skip to content

Commit c56a34c

Browse files
committed
[Bug fix] Fixed package discovery (#12)
1 parent a438f9f commit c56a34c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "spm-python"
7-
version = "25.01-alpha1.dev2"
7+
version = "25.01-alpha1.dev3"
88
description = "Python bindings for the SPM software."
99
readme = "README.md"
1010
license = {file = "LICENSE"}
@@ -25,8 +25,8 @@ dependencies = [
2525
[project.urls]
2626
Repository = "https://github.com/spm/spm-python"
2727

28-
[tool.setuptools.packages.find]
29-
include = ["spm"]
28+
[tool.setuptools.packages]
29+
find = {}
3030

3131
[tool.setuptools.package-data]
3232
spm = ["_spm/_spm.ctf"]

0 commit comments

Comments
 (0)