Skip to content

Commit

Permalink
adding more detaisl to project
Browse files Browse the repository at this point in the history
  • Loading branch information
mhajij committed Oct 20, 2024
1 parent a28b9d8 commit 5a38875
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ dynamic = ["version"]
authors = [
{name = "PyT-Team Authors", email = "mustafahajij@gmail.com"}
]

maintainers = [
{name = "Mustafa Hajij", email = "mustafahajij@gmail.com"}
]
readme = "README.md"
description = "Topological Deep Learning"
license = {file = "LICENSE.txt"}
Expand Down Expand Up @@ -67,8 +71,10 @@ dev = ["TopoModelX[test, lint]"]
all = ["TopoModelX[dev, doc]"]

[project.urls]
homepage="https://github.com/pyt-team/TopoModelX"
repository="https://github.com/pyt-team/TopoModelX"
homepage = "https://github.com/pyt-team/TopoModelX"
repository = "https://github.com/pyt-team/TopoModelX"
documentation = "https://pyt-team.github.io/TopoModelX"
issues = "https://github.com/pyt-team/TopoModelX/issues"

[tool.ruff]
target-version = "py310"
Expand Down

0 comments on commit 5a38875

Please sign in to comment.