We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9d2ec commit b34f8ceCopy full SHA for b34f8ce
pyproject.toml
@@ -20,18 +20,17 @@ classifiers = [
20
"Topic :: Multimedia :: Sound/Audio",
21
"Topic :: Education",
22
]
23
-
24
-[project.urls]
25
-Homepage = "https://github.com/talkpython/talk-python-cli"
26
-Source = "https://github.com/talkpython/talk-python-cli"
27
-Documentation = "https://github.com/talkpython/talk-python-cli"
28
29
dependencies = [
30
"cyclopts>=3.0",
31
"httpx>=0.27",
32
"rich>=13.0",
33
34
+[project.urls]
+Homepage = "https://github.com/talkpython/talk-python-cli"
+Source = "https://github.com/talkpython/talk-python-cli"
+Documentation = "https://github.com/talkpython/talk-python-cli"
+
35
[project.scripts]
36
talkpython = "talk_python_cli.app:main"
37
0 commit comments