Fix package discovery to include conf subpackage

This commit is contained in:
Walter Boring 2026-02-26 16:23:18 -05:00
parent 1f07247e9b
commit 518f44ff16

View File

@ -47,7 +47,7 @@ dev = [
"aprsd-stock-plugin-export-config" = "aprsd_stock_plugin.cli:main"
[tool.setuptools]
packages = ["aprsd_stock_plugin"]
packages = {find = {}}
[tool.setuptools.package-data]
"*" = ["LICENSE"]