Skip to content

Commit c4683ba

Browse files
committed
typo in setup.py
1 parent 85cf14a commit c4683ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/pythontools/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import setuptools
22

33
setuptools.setup(
4-
name="py_spec"
4+
name="py_spec",
55
packages=['py_spec', 'py_spec.input', 'py_spec.output', 'py_spec.ci', 'py_spec.math']
66
)

0 commit comments

Comments
 (0)