pyproject.toml: fix not including all files

This commit is contained in:
ihaveahax 2024-11-03 01:16:40 -06:00
parent c7afbcfcbe
commit 200a7102b6
No known key found for this signature in database

View File

@ -67,6 +67,5 @@ ninfs = "ninfs.main:gui"
[tool.setuptools.dynamic]
version = {attr = "ninfs.__version__"}
[tool.setuptools.packages.find]
where = ["."]
include = ["ninfs.*"]
[tool.setuptools.packages]
find = {namespaces = false}