We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7cec36 commit 72643e9Copy full SHA for 72643e9
1 file changed
setup.py
@@ -28,7 +28,7 @@ def read(*rnames):
28
is_PyPy = platform.python_implementation() == "PyPy"
29
30
setup(
31
- name="Mathics3-graph",
+ name="pymathics3-graph",
32
version=__version__, # noqa
33
packages=find_namespace_packages(include=["pymathics.*"]),
34
install_requires=[
0 commit comments