Skip to content

Commit 225553b

Browse files
committed
fix pyproject.toml
1 parent bb2613d commit 225553b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Add-on datastore validation"
99
maintainers = [
1010
{name = "NV Access", email = "info@nvaccess.org"},
1111
]
12-
requires-python = "~=3.13"
12+
requires-python = ">=3.13.0, <3.14"
1313
classifiers = [
1414
"Development Status :: 5 - Production/Stable",
1515
"Intended Audience :: Developers",
@@ -18,7 +18,7 @@ classifiers = [
1818
"Topic :: Accessibility",
1919
]
2020
readme = "readme.md"
21-
license = {file = "LICENSE.txt", text = "GNU General Public License v3"}
21+
license = {file = "LICENSE"}
2222
dependencies = [
2323
"configobj",
2424
"jsonschema==4.25.1",

0 commit comments

Comments
 (0)