Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ classifiers = [
"Topic :: Software Development",
"Topic :: Software Development :: Libraries :: Python Modules",
]
urls = { Homepage = "https://pgcli.com" }
[project.urls]
Homepage = "https://pgcli.com"
Changelog = "https://github.com/dbcli/pgcli/blob/main/changelog.rst"
Repository = "https://github.com/dbcli/pgcli/"
Issues = "https://github.com/dbcli/pgcli/issues"
Comment thread
j-bennet marked this conversation as resolved.
Outdated
requires-python = ">=3.10"
dependencies = [
"pgspecial>=2.0.0",
Expand Down