We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85cf14a commit c4683baCopy full SHA for c4683ba
Utilities/pythontools/setup.py
@@ -1,6 +1,6 @@
1
import setuptools
2
3
setuptools.setup(
4
- name="py_spec"
+ name="py_spec",
5
packages=['py_spec', 'py_spec.input', 'py_spec.output', 'py_spec.ci', 'py_spec.math']
6
)
0 commit comments