Skip to content

Commit

Permalink
change links and refs to python-microgrid
Browse files Browse the repository at this point in the history
  • Loading branch information
ahalev committed Apr 6, 2023
1 parent 78c15f0 commit 724c89f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
MAINTAINER = "Avishai Halev"
MAINTAINER_EMAIL = "avishaihalev@gmail.com"
LICENSE = "GNU LGPL 3.0"
PROJECT_URLS = {"Source Code": "https://github.com/Total-RD/pymgrid",
"Documentation": "https://pymgrid.readthedocs.io/en/latest/"}
PROJECT_URLS = {"Source Code": "https://github.com/ahalev/python-microgrid",
"Documentation": "https://python-microgrid.readthedocs.io/"}

EXTRAS = dict()
EXTRAS["genset_mpc"] = ["Mosek", "cvxopt"]
Expand All @@ -31,7 +31,7 @@


setup(
name="pymgrid",
name="python-microgrid",
package_dir={"": "src"},
packages=find_packages("src"),
python_requires=">=3.6",
Expand Down

0 comments on commit 724c89f

Please sign in to comment.