Skip to content

Commit ef9a95d

Browse files
author
Nathaniel Henry
committed
Use the PEP 639 SPDX license form so builds work on setuptools 77+
1 parent 8b56293 commit ef9a95d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

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

55
[project]
@@ -8,15 +8,14 @@ version = "1.0.0"
88
description = "Python client for the Close API (api.close.city) — travel times to points of interest for every US census block."
99
readme = "README.md"
1010
requires-python = ">=3.9"
11-
license = { text = "MIT" }
11+
license = "MIT"
1212
license-files = ["LICENSE"]
1313
authors = [{ name = "Close" }]
1414
keywords = ["close", "travel-time", "isochrone", "census", "accessibility", "gis"]
1515
classifiers = [
1616
"Development Status :: 5 - Production/Stable",
1717
"Intended Audience :: Science/Research",
1818
"Intended Audience :: Developers",
19-
"License :: OSI Approved :: MIT License",
2019
"Programming Language :: Python :: 3",
2120
"Topic :: Scientific/Engineering :: GIS",
2221
]

0 commit comments

Comments
 (0)