We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e5e35 commit aa912bbCopy full SHA for aa912bb
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,8 @@ name = "mplcairo"
12
description = "A (new) cairo backend for Matplotlib."
13
readme = "README.rst"
14
authors = [{name = "Antony Lee"}]
15
-license = {text = "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