Skip to content

Commit 58af709

Browse files
Dana SinghDana Singh
authored andcommitted
#203 try pyproject.toml instead
1 parent dcf2c0b commit 58af709

File tree

2 files changed

+14
-17
lines changed

2 files changed

+14
-17
lines changed

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)