File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,25 @@ license = "MIT"
77authors = [
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+
1029dependencies = [
1130 " cyclopts>=3.0" ,
1231 " httpx>=0.27" ,
You can’t perform that action at this time.
0 commit comments