We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f535930 commit 40313f1Copy full SHA for 40313f1
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
2
requires = [
3
- "setuptools>=62",
+ "setuptools>=77",
4
"setuptools_scm[toml]>=6.2",
5
"pybind11>=2.8.0",
6
"pycairo>=1.16.0; os_name == 'posix'", # Removed for manylinux build.
@@ -12,12 +12,9 @@ name = "mplcairo"
12
description = "A (new) cairo backend for Matplotlib."
13
readme = "README.rst"
14
authors = [{name = "Antony Lee"}]
15
-license = {text = "MIT"}
+license = "MIT"
16
classifiers = [
17
- "Development Status :: 4 - Beta",
18
"Framework :: Matplotlib",
19
- "License :: OSI Approved :: MIT License",
20
- "Programming Language :: Python :: 3",
21
]
22
requires-python = ">=3.8"
23
dependencies = [
0 commit comments