blob: 2b3d64df1d5b568466bff6582608f8c92542fee0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- pyproject.toml.orig 2025-12-16 01:53:13 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools>=77"]
+requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"
[project]
@@ -17,7 +17,7 @@ urls.Download = "https://pypi.org/project/roman-numera
]
urls.Code = "https://github.com/AA-Turner/roman-numerals/"
urls.Download = "https://pypi.org/project/roman-numerals-py/"
-license = "0BSD or CC0-1.0"
+license = {text = "0BSD or CC0-1.0"}
requires-python = ">=3.10"
[[project.authors]]
|