Skip to content

Commit 40313f1

Browse files
committed
Update pyproject.toml.
1 parent f535930 commit 40313f1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pyproject.toml

+2-5
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,9 @@ name = "mplcairo"
1212
description = "A (new) cairo backend for Matplotlib."
1313
readme = "README.rst"
1414
authors = [{name = "Antony Lee"}]
15-
license = {text = "MIT"}
15+
license = "MIT"
1616
classifiers = [
17-
"Development Status :: 4 - Beta",
1817
"Framework :: Matplotlib",
19-
"License :: OSI Approved :: MIT License",
20-
"Programming Language :: Python :: 3",
2118
]
2219
requires-python = ">=3.8"
2320
dependencies = [

0 commit comments

Comments
 (0)