chore: add urls to project table

This commit is contained in:
Daylin Morgan 2022-06-15 00:57:19 -05:00
parent 8ddfc8a019
commit eea7724a60

View file

@ -13,6 +13,10 @@ requires-python = ">=3.7"
license = {text = "MIT"}
dynamic = ["version"]
[project.urls]
Homepage = "https://github.com/daylinmorgan/yartsu"
Repository = "https://github.com/daylinmorgan/yartsu"
[project.scripts]
yartsu = "yartsu.cli:main"