Skip to content

Commit 5863964

Browse files
he-yufengclaude
andcommitted
chore: flesh out pyproject classifiers (Python versions, extra topics)
Added per-version Python 3.10-3.12 classifiers and a couple of additional topic/audience tags so the project is discoverable on PyPI once it ships. No code change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 75a7ac5 commit 5863964

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,17 @@ authors = [{ name = "Yufeng He", email = "40085740+he-yufeng@users.noreply.githu
1313
keywords = ["code-reader", "ai", "education", "non-programmer"]
1414
classifiers = [
1515
"Development Status :: 3 - Alpha",
16+
"Environment :: Web Environment",
1617
"Intended Audience :: Education",
18+
"Intended Audience :: End Users/Desktop",
1719
"License :: OSI Approved :: MIT License",
20+
"Operating System :: OS Independent",
1821
"Programming Language :: Python :: 3",
22+
"Programming Language :: Python :: 3.10",
23+
"Programming Language :: Python :: 3.11",
24+
"Programming Language :: Python :: 3.12",
1925
"Topic :: Education",
26+
"Topic :: Software Development :: Documentation",
2027
]
2128
dependencies = [
2229
"fastapi>=0.115.0",

0 commit comments

Comments
 (0)