Skip to content

Commit

Permalink
chore: fix project.urls for pypi compliance
Browse files Browse the repository at this point in the history
Closes #69
  • Loading branch information
fblanchetNaN authored and Julien00859 committed Aug 18, 2023
1 parent 936dba8 commit 95c5dc4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ build-backend = "flit_core.buildapi"
requires = ["flit_core>=3.4.0"]

[project.urls]
documentation = "https://github.com/NotANameServer/incipyt/wiki"
homepage = "https://pypi.org/incipyt"
repository = "https://github.com/NotANameServer/incipyt"
Homepage = "https://pypi.org/project/incipyt"
Download = "https://pypi.org/project/incipyt/#files"
Changelog = "https://github.com/NotANameServer/incipyt/blob/main/CHANGELOG.md"
"Bug Tracker" = "https://github.com/NotANameServer/incipyt/issues"
Documentation = "https://github.com/NotANameServer/incipyt/wiki"
"Source Code" = "https://github.com/NotANameServer/incipyt"

[project]
authors = [
Expand Down

0 comments on commit 95c5dc4

Please sign in to comment.