Fixed bug with descriptors
This commit is contained in:
parent
537a0d8015
commit
2611c1dc59
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ dockge = "dockge_cli.dockge_cli:cli"
|
||||||
where = ["."]
|
where = ["."]
|
||||||
include = ["dockge_cli*"]
|
include = ["dockge_cli*"]
|
||||||
|
|
||||||
|
[tool.setuptools.package-data]
|
||||||
|
"*" = ["descriptors.json"]
|
||||||
|
|
||||||
[tool.pylint."MAIN"]
|
[tool.pylint."MAIN"]
|
||||||
disable = [ "line-too-long", "missing-module-docstring", "missing-function-docstring", "missing-class-docstring" ]
|
disable = [ "line-too-long", "missing-module-docstring", "missing-function-docstring", "missing-class-docstring" ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue