Skip to content

Commit 5398b1f

Browse files
committed
build(poetry): clean up PyPI trove classifiers
Poetry [automatically adds](https://python-poetry.org/docs/pyproject/#classifiers) Python and licence classifiers.
1 parent fb0d1eb commit 5398b1f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pyproject.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,8 @@ classifiers = [
4242
"Development Status :: 5 - Production/Stable",
4343
"Environment :: Console",
4444
"Intended Audience :: Developers",
45-
"License :: OSI Approved :: MIT License",
4645
"Natural Language :: English",
4746
"Operating System :: OS Independent",
48-
"Programming Language :: Python",
49-
"Programming Language :: Python :: 3",
50-
"Programming Language :: Python :: 3.6",
51-
"Programming Language :: Python :: 3.7",
52-
"Programming Language :: Python :: 3.8",
53-
"Programming Language :: Python :: 3.9",
54-
"Programming Language :: Python :: 3.10",
55-
"Programming Language :: Python :: Implementation :: CPython",
5647
]
5748

5849
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)