blob: aadc7d6aeee1e4b94889e9e9fdcfa4eb619f239f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- pyproject.toml.orig 2025-06-27 00:31:35 UTC
+++ pyproject.toml
@@ -20,8 +20,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Topic :: Documentation :: Sphinx",
]
-license = "MIT"
-license-files = ["LICENSE"]
+license = {text = "MIT"}
readme = "README.rst"
dependencies = [
"sphinx-last-updated-by-git",
|