Skip to content

Commit 216e7d0

Browse files
committed
update url
1 parent 79cb269 commit 216e7d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ build_*
55
.DS_Store
66
_dist-default-build
77
_dist-DEBUG
8-
*hiopbb.egg-info
8+
*hiopbbpy.egg-info
99
*__pycache__

setup.py

Lines changed: 2 additions & 2 deletions
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)