@@ -6,14 +6,12 @@ authors = [
66]
77description = " Python plotting package"
88readme = " README.md"
9- license = { file = " LICENSE/LICENSE" }
10- dynamic = [" version" ]
9+ dynamic = [" version" , " license" , " license-files" ]
1110classifiers =[
1211 " Development Status :: 5 - Production/Stable" ,
1312 " Framework :: Matplotlib" ,
1413 " Intended Audience :: Science/Research" ,
1514 " Intended Audience :: Education" ,
16- " License :: OSI Approved :: Python Software Foundation License" ,
1715 " Programming Language :: Python" ,
1816 " Programming Language :: Python :: 3" ,
1917 " Programming Language :: Python :: 3.10" ,
@@ -70,7 +68,9 @@ dev = [
7068build-backend = " mesonpy"
7169# Also keep in sync with optional dependencies above.
7270requires = [
73- " meson-python>=0.13.1" ,
71+ " meson-python @ git+https://github.com/dnicolodi/meson-python@pep639" ,
72+ " meson>=1.6.0rc2" ,
73+ " pyproject-metadata>=0.9.0b7" ,
7474 " pybind11>=2.6,!=2.13.3" ,
7575 " setuptools_scm>=7" ,
7676]
0 commit comments