Skip to content

Commit

Permalink
[dist] add missing URLs to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
apalala committed Nov 20, 2023
1 parent b5dc584 commit 71bf97a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ colorization = ['colorama']
tatsu = 'tatsu:main'
g2e = 'tatsu.g2e:main'

[project.urls]
Homepage = "https://github.com/neogeny/TatSu"
Documentation = "https://tatsu.readthedocs.io/"
Repository = "https://github.com/neogeny/TatSu"
Issues = "https://github.com/neogeny/TatSu/issues"
Changelog = "https://github.com/neogeny/TatSu/releases"
Questions = "https://stackoverflow.com/questions/tagged/tatsu"

[tool.setuptools]
include-package-data = false

Expand Down

0 comments on commit 71bf97a

Please sign in to comment.