Skip to content

Commit 17b5fb4

Browse files
authored
Merge pull request #15237 from rmcdermo/master
Python: dummy commit to debug Actions
2 parents 5a5cc7e + 1b92c98 commit 17b5fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/Python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
setup(
44
name="fdsplotlib",
55
version="0.0.0",
6-
py_modules=["fdsplotlib"], # tells setuptools it's a single-file module
6+
py_modules=["fdsplotlib"], # dummy commit to debug actions
77
)
88

0 commit comments

Comments
 (0)