Skip to content

Commit

Permalink
Merge pull request #3 from MatchCake/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
JeremieGince authored Nov 13, 2024
2 parents ac28fa8 + a83f6b3 commit 6bdbbb1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ requires-python = ">=3.8"
dependencies = [
"numpy>=1.23.0",
"setuptools>=57.0.0",
"torch"
"torch",
"numpy"
]


Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand All @@ -20,9 +20,9 @@
"Operating System :: OS Independent",
],
project_urls={
'Homepage': 'https://github.com/JeremieGince/<project_name>',
'Source': 'https://github.com/JeremieGince/<project_name>',
'Documentation': 'https://JeremieGince.github.io/<project_name>',
'Homepage': 'https://https://github.com/MatchCake/TorchPfaffian',
'Source': 'https://https://github.com/MatchCake/TorchPfaffian',
'Documentation': 'https://MatchCake.github.io/TorchPfaffian',
},
)

Expand Down
2 changes: 1 addition & 1 deletion src/torch_pfaffian/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6bdbbb1

Please sign in to comment.