We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87daa0 commit ffb0c02Copy full SHA for ffb0c02
1 file changed
pyproject.toml
@@ -25,18 +25,23 @@ dependencies = [
25
"granian>=2.2.5",
26
]
27
28
-[tool.poetry.group.dev.dependencies]
29
-sphinx = "^8.1"
30
-sphinx-rtd-theme = "^3.0.1"
31
-sphinxcontrib-httpdomain = "*"
+[dependency-groups]
+dev = [
+ "sphinx<=8.1",
+ "sphinx-rtd-theme<=3.0.1",
32
+ "sphinxcontrib-httpdomain",
33
+]
34
-[tool.poetry.scripts]
35
+[project.scripts]
36
mapserver = 'mapserver.__main__:mapserver'
37
mapviewer = 'mapserver.__main__:mapviewer'
38
39
[build-system]
-requires = ["poetry-core>=1.0.0"]
-build-backend = "poetry.core.masonry.api"
40
+requires = ["hatchling"]
41
+build-backend = "hatchling.build"
42
+
43
+[tool.hatch.metadata]
44
+allow-direct-references = true
45
46
[tool.pyright]
47
pythonVersion = "3.12"
0 commit comments