Skip to content

Commit df0753d

Browse files
authored
Merge pull request #15239 from rmcdermo/master
Python: change comment
2 parents 1a9fd84 + 0b8af0d commit df0753d

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"], # dummy commit to debug actions
6+
py_modules=["fdsplotlib"], # package a single file
77
)
88

0 commit comments

Comments
 (0)