Fix broken installation
Changes the setuptools config to install all subpackages, not just the top level mft package. Fixes #2.
This commit is contained in:
@@ -21,8 +21,9 @@ build-backend = "setuptools.build_meta"
|
||||
[project.scripts]
|
||||
mft = "mft.cli:main"
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["mft"]
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["."]
|
||||
include = ["mft*"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
mft = ["static/*", "schema/*"]
|
||||
|
||||
Reference in New Issue
Block a user