Skip to content

Commit b811046

Browse files
Dana SinghDana Singh
authored andcommitted
#203 Update setup.py
1 parent 2e63a65 commit b811046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup(
77
name='hello-world',
88
version='1.0',
9-
py_modules=['hello_world'], #name of file
9+
py_modules=['install_plugin'], #name of file
1010
entry_points={
1111
# group name: ["plugin_name = module:function"]
1212
'cylc.pre_configure': [

0 commit comments

Comments
 (0)