Skip to content

Commit

Permalink
define the urls for the pypi project
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirudennis committed Aug 8, 2024
1 parent 739f758 commit 8a5053e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ keywords = ['textile', 'text', 'html', 'markup']
develop = ['pytest', 'pytest-cov']
imagesize = ['Pillow>=3.0.0',]

[project.urls]
Homepage = "https://github.com/textile/python-textile"
Repository = "https://github.com/textile/python-textile.git"
Issues = "https://github.com/textile/python-textile/issues"

[python.scripts]
pytextile = "textile.__main__:main"

Expand Down

0 comments on commit 8a5053e

Please sign in to comment.