Skip to content

Commit 8d9d2ec

Browse files
committed
Add project URLs and trove classifiers to pyproject.toml
1 parent 3815018 commit 8d9d2ec

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

pyproject.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ license = "MIT"
77
authors = [
88
{ name = "Michael Kennedy", email = "michael@talkpython.fm" },
99
]
10+
classifiers = [
11+
"Development Status :: 3 - Alpha",
12+
"Environment :: Console",
13+
"Intended Audience :: Developers",
14+
"License :: OSI Approved :: MIT License",
15+
"Programming Language :: Python :: 3",
16+
"Programming Language :: Python :: 3.12",
17+
"Programming Language :: Python :: 3.13",
18+
"Programming Language :: Python :: 3.14",
19+
"Programming Language :: Python :: 3.15",
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+
1029
dependencies = [
1130
"cyclopts>=3.0",
1231
"httpx>=0.27",

0 commit comments

Comments
 (0)