From 2611c1dc59ce7d1330a04ab3f29dfd4d1831c80f Mon Sep 17 00:00:00 2001 From: Firq Date: Wed, 3 Jul 2024 20:50:19 +0200 Subject: [PATCH] Fixed bug with descriptors --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) 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" ]