Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
yiweny authored Nov 18, 2024
1 parent c4a56d6 commit 9e3f913
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend="flit_core.buildapi"
name="contextgnn"
version="0.0.0"
authors=[
{name="PyG Team", email="team@pyg.org"},
{name="XXX Team", email="team@xxx.org"},
]
description="Library for ContextGNN"
readme="README.md"
Expand Down Expand Up @@ -41,12 +41,6 @@ full=[
"optuna",
]

[project.urls]
homepage="https://pyg.org"
documentation="https://pytorch-frame.readthedocs.io"
repository="https://github.com/pyg-team/pytorch-frame.git"
changelog="https://github.com/pyg-team/pytorch-frame/blob/master/CHANGELOG.md"

[tool.flit.module]
name="contextgnn"

Expand Down

0 comments on commit 9e3f913

Please sign in to comment.