Skip to content

Commit aa912bb

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

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools>=62",
3+
"setuptools>=77",
44
"setuptools_scm[toml]>=6.2",
55
"pybind11>=2.8.0",
66
"pycairo>=1.16.0; os_name == 'posix'", # Removed for manylinux build.
@@ -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)