Skip to content

Commit 91a4aba

Browse files
committed
update url
1 parent 79cb269 commit 91a4aba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
install_requires=["smt"],
2323
python_requires=">=3.9",
2424
zip_safe=False,
25-
url="https://lc.llnl.gov/gitlab/ai4sci/hiopBBpy", #not public (for now)
26-
download_url="https://lc.llnl.gov/gitlab/ai4sci/hiopBBpy", # not a public url (for now)
25+
url="https://github.com/LLNL/hiop",
26+
download_url="https://github.com/LLNL/hiop",
2727
)
2828

2929
setup(**metadata)

0 commit comments

Comments
 (0)