We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a693e commit 3bef450Copy full SHA for 3bef450
pyproject.toml
@@ -52,6 +52,8 @@ dependencies = [
52
53
[project.scripts]
54
pymandel = "pymandel.__main__:main"
55
+mandelcli = "pymandel.mandelcli:main"
56
+make_colormap = "colormaps.make_colormap:main"
57
58
[project.urls]
59
homepage = "https://github.com/semuconsulting/pymandel"
0 commit comments