We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e63a65 commit b811046Copy full SHA for b811046
setup.py
@@ -6,7 +6,7 @@
6
setup(
7
name='hello-world',
8
version='1.0',
9
- py_modules=['hello_world'], #name of file
+ py_modules=['install_plugin'], #name of file
10
entry_points={
11
# group name: ["plugin_name = module:function"]
12
'cylc.pre_configure': [
0 commit comments