diff --git a/pyproject.toml b/pyproject.toml index c769479..39308fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,9 @@ dockge = "dockge_cli.dockge_cli:cli" where = ["."] include = ["dockge_cli*"] +[tool.setuptools.package-data] +"*" = ["descriptors.json"] + [tool.pylint."MAIN"] disable = [ "line-too-long", "missing-module-docstring", "missing-function-docstring", "missing-class-docstring" ]