Skip to content

Commit 5b4d384

Browse files
committed
Limit licensing info for compat with setuptools 77; drop classifiers.
1 parent f7e5e35 commit 5b4d384

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,8 @@ name = "mplcairo"
1212
description = "A (new) cairo backend for Matplotlib."
1313
readme = "README.rst"
1414
authors = [{name = "Antony Lee"}]
15-
license = {text = "MIT"}
1615
classifiers = [
17-
"Development Status :: 4 - Beta",
1816
"Framework :: Matplotlib",
19-
"License :: OSI Approved :: MIT License",
20-
"Programming Language :: Python :: 3",
2117
]
2218
requires-python = ">=3.8"
2319
dependencies = [

0 commit comments

Comments
 (0)