Skip to content

Commit ffa4d0d

Browse files
authored
Merge pull request #216 from ipums/pyproject-deprecations
Update pyproject to switch to new license spec format
2 parents d8b16ef + 27a4c54 commit ffa4d0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

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

55
[project]
@@ -8,13 +8,13 @@ version = "4.1.0"
88
description = "Fast supervised pyspark record linkage software"
99
readme = "README.md"
1010
requires-python = ">=3.10"
11-
license = { file = "LICENSE.txt" }
11+
license = "MPL-2.0-no-copyleft-exception"
12+
license-files = ["LICENSE.txt"]
1213
classifiers = [
1314
"Programming Language :: Python :: 3",
1415
"Programming Language :: Python :: 3.10",
1516
"Programming Language :: Python :: 3.11",
1617
"Programming Language :: Python :: 3.12",
17-
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
1818
]
1919
dependencies = [
2020
"colorama>=0.4.6",

0 commit comments

Comments
 (0)