Skip to content

Commit

Permalink
add homepage url for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpeterson committed Jun 10, 2024
1 parent 5e96b77 commit 78d99fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def version_scheme(*args):
setup(
ext_modules=[CMakeExtension("hyperonpy")],
cmdclass={"build_ext": CMakeBuild},
url="https://github.com/trueagi-io/hyperon-experimental",
use_scm_version={'root': '..',
'version_scheme': version_scheme,
'write_to': 'python/hyperon/_version.py'},
Expand Down

0 comments on commit 78d99fb

Please sign in to comment.