blob: fb9645f1691a87a69804f9f0839bcdd1c437c5f0 (
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
24
25
|
--- pyproject.toml.orig 2025-11-06 06:12:12 UTC
+++ pyproject.toml
@@ -1,9 +1,9 @@
[build-system]
-requires = ["setuptools>=77.0.3"]
+requires = ["setuptools>=63"]
build-backend = "setuptools.build_meta"
[project]
-name = "Django"
+name = "django"
dynamic = ["version"]
requires-python = ">= 3.10"
dependencies = [
@@ -16,8 +16,8 @@ readme = "README.rst"
]
description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design."
readme = "README.rst"
-license = "BSD-3-Clause"
-license-files = ["LICENSE", "LICENSE.python"]
+license = {text="BSD-3-Clause"}
+#license-files = ["LICENSE", "LICENSE.python"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
|