We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b907f15 commit 1b853e2Copy full SHA for 1b853e2
1 file changed
pyproject.toml
@@ -26,6 +26,7 @@ classifiers = [
26
"Programming Language :: Python :: 3.11",
27
"Programming Language :: Python :: 3.12",
28
"Programming Language :: Python :: 3.13",
29
+ "Programming Language :: Python :: 3.14",
30
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
31
"Topic :: Software Development",
32
"Topic :: Software Development :: Libraries :: Application Frameworks",
@@ -43,12 +44,11 @@ optional-dependencies.tests = [
43
44
]
45
urls.Homepage = "https://github.com/matthiask/feincms3-sites/"
46
-[tool.hatch.version]
47
-path = "feincms3_sites/__init__.py"
+[tool.hatch]
48
+version.path = "feincms3_sites/__init__.py"
49
50
[tool.ruff]
51
target-version = "py39"
-
52
fix = true
53
show-fixes = true
54
lint.extend-select = [
0 commit comments