Skip to content

Commit b34f8ce

Browse files
committed
fix build for pypi.
1 parent 8d9d2ec commit b34f8ce

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,17 @@ classifiers = [
2020
"Topic :: Multimedia :: Sound/Audio",
2121
"Topic :: Education",
2222
]
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-
2923
dependencies = [
3024
"cyclopts>=3.0",
3125
"httpx>=0.27",
3226
"rich>=13.0",
3327
]
3428

29+
[project.urls]
30+
Homepage = "https://github.com/talkpython/talk-python-cli"
31+
Source = "https://github.com/talkpython/talk-python-cli"
32+
Documentation = "https://github.com/talkpython/talk-python-cli"
33+
3534
[project.scripts]
3635
talkpython = "talk_python_cli.app:main"
3736

0 commit comments

Comments
 (0)