Skip to content

Commit

Permalink
Merge pull request #712 from mvpeterson/pypi
Browse files Browse the repository at this point in the history
add homepage url for pypi
  • Loading branch information
vsbogd authored Jun 10, 2024
2 parents 5e96b77 + 78d99fb commit 5ab9f11
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 5ab9f11

Please sign in to comment.