We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d120b2 commit dc3b636Copy full SHA for dc3b636
1 file changed
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools>=64", "setuptools_scm[toml]>=8"]
+requires = ["setuptools>=77.0.3", "setuptools_scm[toml]>=8"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
@@ -13,11 +13,12 @@ authors = [
13
{name = "Vincent Maladiere"},
14
{name = "Gael Varoquaux"},
15
]
16
+license = "BSD-3-Clause"
17
+license-files = ["LICENSE.txt"]
18
classifiers = [
19
"Development Status :: 5 - Production/Stable",
20
"Environment :: Console",
21
"Intended Audience :: Science/Research",
- "License :: OSI Approved :: BSD License",
22
"Operating System :: OS Independent",
23
"Programming Language :: Python :: 3.9",
24
"Programming Language :: Python :: 3.10",
0 commit comments