Skip to content

Commit dc3b636

Browse files
MAINT change licence metadata to be compliant with PEP 639 (skrub-data#1692)
1 parent 2d120b2 commit dc3b636

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=64", "setuptools_scm[toml]>=8"]
2+
requires = ["setuptools>=77.0.3", "setuptools_scm[toml]>=8"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -13,11 +13,12 @@ authors = [
1313
{name = "Vincent Maladiere"},
1414
{name = "Gael Varoquaux"},
1515
]
16+
license = "BSD-3-Clause"
17+
license-files = ["LICENSE.txt"]
1618
classifiers = [
1719
"Development Status :: 5 - Production/Stable",
1820
"Environment :: Console",
1921
"Intended Audience :: Science/Research",
20-
"License :: OSI Approved :: BSD License",
2122
"Operating System :: OS Independent",
2223
"Programming Language :: Python :: 3.9",
2324
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)