Skip to content

Commit

Permalink
DEP: introduce solidipes as additional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jotelha committed Dec 16, 2024
1 parent 9aca7fe commit 9158126
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ test = [
"pytest-flake8",
"pytest-xdist",
]
solidipes = [
"solidipes"
}

[project.urls]
documentation = "https://dtool-lookup-gui.readthedocs.io"
Expand All @@ -69,4 +72,4 @@ addopts = "--cov=dtool_lookup_gui --cov-report html"


[project.entry-points."dtool.gui"]
"SolidipesPlugin" = "dtool_lookup_gui.plugins.solidipes:SolidipesPlugin"
"SolidipesPlugin" = "dtool_lookup_gui.plugins.solidipes:SolidipesPlugin"

0 comments on commit 9158126

Please sign in to comment.