Refactor setuptools configuration to use package finding options

This commit is contained in:
Lloyd
2026-03-10 13:21:29 +00:00
parent e5e2006bbe
commit 5e7cf3f315

View File

@@ -62,8 +62,9 @@ dev = [
[project.scripts]
pymc-repeater = "repeater.main:main"
[tool.setuptools]
packages = ["repeater"]
[tool.setuptools.packages.find]
where = ["."]
include = ["repeater*"]
[tool.setuptools.package-data]
repeater = [