Skip to content

Commit

Permalink
set homepage link to https in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
deronnax committed Jul 11, 2024
1 parent e647319 commit 9284371
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
"Topic :: Software Development",
"Topic :: Software Development :: Libraries :: Python Modules",
]
urls = { Homepage = "http://pgcli.com" }
urls = { Homepage = "https://pgcli.com" }
requires-python = ">=3.8"
dependencies = [
"pgspecial>=2.0.0",
Expand All @@ -43,6 +43,10 @@ dependencies = [
]
dynamic = ["version"]


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

[project.optional-dependencies]
keyring = ["keyring >= 12.2.0"]
sshtunnel = ["sshtunnel >= 0.4.0"]
Expand Down

0 comments on commit 9284371

Please sign in to comment.