Skip to content

Commit 7eccb2b

Browse files
authored
Merge pull request PyDMD#479 from PyDMD/fix-url-setup
Fix url in setup.py
2 parents 9d46d99 + b4f4a01 commit 7eccb2b

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
@@ -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)