mirror of
https://github.com/hemna/aprsd-stock-plugin.git
synced 2026-04-27 01:43:59 -04:00
Fix package discovery: explicitly include conf subpackage
The conf subpackage was not being included when installing from
GitHub because 'packages = {find = {}}' wasn't finding it properly.
This caused 'ModuleNotFoundError: No module named aprsd_stock_plugin.conf'
when running aprsd sample-config.
This commit is contained in:
parent
518f44ff16
commit
af5f485dde
@ -47,7 +47,7 @@ dev = [
|
||||
"aprsd-stock-plugin-export-config" = "aprsd_stock_plugin.cli:main"
|
||||
|
||||
[tool.setuptools]
|
||||
packages = {find = {}}
|
||||
packages = ["aprsd_stock_plugin", "aprsd_stock_plugin.conf"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
"*" = ["LICENSE"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user