summaryrefslogtreecommitdiff
path: root/www/py-planet-auth/files/patch-pyproject.toml
blob: b8ec61c41278569f1b6d0fda7dd8d8912c61cdbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- pyproject.toml.orig	2025-08-12 03:59:50 UTC
+++ pyproject.toml
@@ -12,10 +12,7 @@ authors = [{ name = "Carl Adams", email = "carl.adams@
 # docs/index.md - front page for ReadTheDocs doc page.  Complete developer user documentation.
 readme = "docs/readme.md"
 authors = [{ name = "Carl Adams", email = "carl.adams@planet.com" }]
-license = "Apache-2.0"
-license-files = [
-    "LICENSE",
-]
+license = { text = "Apache-2.0" }
 classifiers = [
     "Development Status :: 5 - Production/Stable",
 ]
@@ -85,7 +82,7 @@ plauth = "planet_auth_utils.commands.cli.main:cmd_plau
 plauth = "planet_auth_utils.commands.cli.main:cmd_plauth"
 
 [build-system]
-requires = ["setuptools>=64", "setuptools_scm>=8", "wheel"]
+requires = ["setuptools>=61", "setuptools_scm>=8", "wheel"]
 build-backend = "setuptools.build_meta"
 
 [tool.setuptools.dynamic]