We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72643e9 commit 4abc682Copy full SHA for 4abc682
setup.py
@@ -28,7 +28,7 @@ def read(*rnames):
28
is_PyPy = platform.python_implementation() == "PyPy"
29
30
setup(
31
- name="pymathics3-graph",
+ name="pymathics-graph",
32
version=__version__, # noqa
33
packages=find_namespace_packages(include=["pymathics.*"]),
34
install_requires=[
0 commit comments