Skip to content

Commit 4bb50df

Browse files
Vamil Gandhiclaude
andcommitted
fix: remove invalid PyPI trove classifiers
Framework :: Streamlit and Framework :: Django :: 5.0 are not registered trove classifiers — PyPI rejects uploads containing them with 400. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f6205c8 commit 4bb50df

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

packages/python/django/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ classifiers = [
1717
"Framework :: Django",
1818
"Framework :: Django :: 4.0",
1919
"Framework :: Django :: 4.2",
20-
"Framework :: Django :: 5.0",
2120
"Intended Audience :: Developers",
2221
"License :: OSI Approved :: MIT License",
2322
"Programming Language :: Python :: 3",

packages/python/streamlit/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ dependencies = ["streamlit>=1.28.0"]
1414
keywords = ["streamlit", "llm", "ai", "context", "ui"]
1515
classifiers = [
1616
"Development Status :: 3 - Alpha",
17-
"Framework :: Streamlit",
1817
"Intended Audience :: Developers",
1918
"License :: OSI Approved :: MIT License",
2019
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)