Skip to content

Commit

Permalink
specify name in setup()
Browse files Browse the repository at this point in the history
  • Loading branch information
smiet committed Jul 4, 2024
1 parent de57e4f commit 85cf14a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Utilities/pythontools/setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import setuptools

setuptools.setup(
name="py_spec"
packages=['py_spec', 'py_spec.input', 'py_spec.output', 'py_spec.ci', 'py_spec.math']
)

0 comments on commit 85cf14a

Please sign in to comment.