Skip to content

Commit 94c0911

Browse files
committed
set homepage link to https in pyproject
1 parent 5f12bc5 commit 94c0911

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
"Topic :: Software Development",
2222
"Topic :: Software Development :: Libraries :: Python Modules",
2323
]
24-
urls = { Homepage = "http://pgcli.com" }
24+
urls = { Homepage = "https://pgcli.com" }
2525
requires-python = ">=3.8"
2626
dependencies = [
2727
"pgspecial>=2.0.0",
@@ -43,6 +43,10 @@ dependencies = [
4343
]
4444
dynamic = ["version"]
4545

46+
47+
[project.scripts]
48+
pgcli = "pgcli.main:cli"
49+
4650
[project.optional-dependencies]
4751
keyring = ["keyring >= 12.2.0"]
4852
sshtunnel = ["sshtunnel >= 0.4.0"]

0 commit comments

Comments
 (0)