We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f12bc5 commit 94c0911Copy full SHA for 94c0911
pyproject.toml
@@ -21,7 +21,7 @@ classifiers = [
21
"Topic :: Software Development",
22
"Topic :: Software Development :: Libraries :: Python Modules",
23
]
24
-urls = { Homepage = "http://pgcli.com" }
+urls = { Homepage = "https://pgcli.com" }
25
requires-python = ">=3.8"
26
dependencies = [
27
"pgspecial>=2.0.0",
@@ -43,6 +43,10 @@ dependencies = [
43
44
dynamic = ["version"]
45
46
+
47
+[project.scripts]
48
+pgcli = "pgcli.main:cli"
49
50
[project.optional-dependencies]
51
keyring = ["keyring >= 12.2.0"]
52
sshtunnel = ["sshtunnel >= 0.4.0"]
0 commit comments