Skip to content

Commit 9bd366a

Browse files
twelfthlabordbaty
andauthored
Add Changelog project URL (#1630)
* Add Changelog project URL * Update pyproject.toml Co-authored-by: Damien Baty <damien@damienbaty.com> * Fix placement of project URLs table --------- Co-authored-by: twelfthlabor <twelfthlabor@users.noreply.github.com> Co-authored-by: Damien Baty <damien@damienbaty.com>
1 parent 8e4aef4 commit 9bd366a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

‎pyproject.toml‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ classifiers = [
2020
"Topic :: Software Development",
2121
"Topic :: Software Development :: Libraries :: Python Modules",
2222
]
23-
urls = { Homepage = "https://pgcli.com" }
2423
requires-python = ">=3.10"
2524
dependencies = [
2625
"pgspecial>=2.0.0",
@@ -44,6 +43,11 @@ dependencies = [
4443
]
4544
dynamic = ["version"]
4645

46+
[project.urls]
47+
Homepage = "https://pgcli.com"
48+
Changelog = "https://github.com/dbcli/pgcli/blob/main/changelog.rst"
49+
Repository = "https://github.com/dbcli/pgcli/"
50+
Issues = "https://github.com/dbcli/pgcli/issues"
4751

4852
[project.scripts]
4953
pgcli = "pgcli.main:cli"

0 commit comments

Comments
 (0)