Skip to content

Commit ef03031

Browse files
committed
Fix typo in error
1 parent 94b4928 commit ef03031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
if mo:
1818
verstr = mo.group(1)
1919
else:
20-
raise RuntimeError("unable to find version in yourpackage/_version.py")
20+
raise RuntimeError("unable to find version in simphony/_version.py")
2121

2222
extra_files = []
2323
data_files_ext = [

0 commit comments

Comments
 (0)