blob: bd444905b23eda817d97715f694116f2d6b973f3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Enable build with older versions of py-setuptools.
--- pyproject.toml.orig 2025-12-10 11:50:47 UTC
+++ pyproject.toml
@@ -12,7 +12,7 @@ readme = "README.md"
name = "django-treebeard"
description = "Efficient tree implementations for Django"
readme = "README.md"
-license = "Apache-2.0"
+license = { text="Apache-2.0" }
requires-python = ">=3.10"
dynamic = ["version"]
classifiers = [
@@ -53,4 +53,4 @@ lint.select = [
"I", # isort
"F", # pyflakes
"E", # pycodestyle errors
-]
\ No newline at end of file
+]
|