diff --git a/pyproject.toml b/pyproject.toml index 45d19dc..e37a340 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,8 @@ requires-python = ">=3.8" dependencies = [ "numpy>=1.23.0", "setuptools>=57.0.0", - "torch" + "torch", + "numpy" ] diff --git a/setup.py b/setup.py index ce3f491..ee589ef 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import setuptools setup( - name='MSim', + name='TorchPfaffian', long_description='file: README.md', long_description_content_type="text/markdown", package_dir={"": "src"}, @@ -20,9 +20,9 @@ "Operating System :: OS Independent", ], project_urls={ - 'Homepage': 'https://github.com/JeremieGince/', - 'Source': 'https://github.com/JeremieGince/', - 'Documentation': 'https://JeremieGince.github.io/', + 'Homepage': 'https://https://github.com/MatchCake/TorchPfaffian', + 'Source': 'https://https://github.com/MatchCake/TorchPfaffian', + 'Documentation': 'https://MatchCake.github.io/TorchPfaffian', }, ) diff --git a/src/torch_pfaffian/__init__.py b/src/torch_pfaffian/__init__.py index b9205fe..1461dad 100644 --- a/src/torch_pfaffian/__init__.py +++ b/src/torch_pfaffian/__init__.py @@ -6,7 +6,7 @@ __email__ = "gincejeremie@gmail.com" __copyright__ = "Copyright 2024, Jérémie Gince" __license__ = "Apache 2.0" -__url__ = "https://github.com/MatchCake/torch_pfaffian" +__url__ = "https://github.com/MatchCake/TorchPfaffian" __version__ = "0.0.1-beta0" import warnings