Skip to content

Commit 72643e9

Browse files
committed
For now keep pymathics-graph over mathics3-graph
1 parent b7cec36 commit 72643e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def read(*rnames):
2828
is_PyPy = platform.python_implementation() == "PyPy"
2929

3030
setup(
31-
name="Mathics3-graph",
31+
name="pymathics3-graph",
3232
version=__version__, # noqa
3333
packages=find_namespace_packages(include=["pymathics.*"]),
3434
install_requires=[

0 commit comments

Comments
 (0)