We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf2c0b commit 58af709Copy full SHA for 58af709
pyproject.toml
@@ -0,0 +1,14 @@
1
+[build-system]
2
+requires = ["setuptools"]
3
+build-backend = "setuptools.build_meta"
4
+
5
+[project]
6
+name = "cylc-hw-plugin"
7
+version = "0.1.0"
8
+dependencies = [
9
+ "cylc-flow",
10
+]
11
12
+[project.entry-points."cylc.pre_configure.hw"]
13
+# Format: <plugin_name> = "<module>.<submodule>:<function_or_class>"
14
+hello_world = "install_plugin.hello_world:pre_configure"
setup.py
0 commit comments