Skip to content

Commit b4f4a01

Browse files
authored
Fix url in setup.py
1 parent 9d46d99 commit b4f4a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Package meta-data.
88
NAME = meta["__title__"]
99
DESCRIPTION = "Python Dynamic Mode Decomposition."
10-
URL = "https://github.com/mathLab/PyDMD"
10+
URL = "https://github.com/PyDMD/PyDMD"
1111
MAIL = meta["__mail__"]
1212
AUTHOR = meta["__author__"]
1313
VERSION = meta["__version__"]

0 commit comments

Comments
 (0)