Skip to content

Commit a517fab

Browse files
he-yufengclaude
andcommitted
chore: fill in pyproject classifiers (Python 3.10-3.13, Terminals, Code Generators)
PyPI was showing `corecoder` under "Programming Language :: Python :: 3" only, which hides it from searches that filter on specific Python versions. Added explicit 3.10 through 3.13 entries plus topic tags that actually match the project (Terminals, Code Generators) and "Operating System :: OS Independent". No code change; picks up on the next PyPI release. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a029b51 commit a517fab

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
@@ -18,8 +18,15 @@ classifiers = [
1818
"Environment :: Console",
1919
"Intended Audience :: Developers",
2020
"License :: OSI Approved :: MIT License",
21+
"Operating System :: OS Independent",
2122
"Programming Language :: Python :: 3",
23+
"Programming Language :: Python :: 3.10",
24+
"Programming Language :: Python :: 3.11",
25+
"Programming Language :: Python :: 3.12",
26+
"Programming Language :: Python :: 3.13",
2227
"Topic :: Software Development",
28+
"Topic :: Software Development :: Code Generators",
29+
"Topic :: Terminals",
2330
]
2431
dependencies = [
2532
"openai>=1.0",

0 commit comments

Comments
 (0)