We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79cb269 commit 216e7d0Copy full SHA for 216e7d0
.gitignore
@@ -5,5 +5,5 @@ build_*
5
.DS_Store
6
_dist-default-build
7
_dist-DEBUG
8
-*hiopbb.egg-info
+*hiopbbpy.egg-info
9
*__pycache__
setup.py
@@ -22,8 +22,8 @@
22
install_requires=["smt"],
23
python_requires=">=3.9",
24
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)
+ url="https://github.com/LLNL/hiop",
+ download_url="https://github.com/LLNL/hiop",
27
)
28
29
setup(**metadata)
0 commit comments