We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49165b0 commit f689415Copy full SHA for f689415
pyproject.toml
@@ -25,17 +25,15 @@ dependencies = []
25
26
[project.optional-dependencies]
27
arrow = ["arro3-core>=0.4.5"]
28
-docs = [
29
- "jinja2>=3.1.4",
30
-]
+docs = ["jinja2>=3.1.4"]
31
32
[project.scripts]
33
stacrs = "stacrs:main"
34
35
[project.urls]
36
Repository = "https://github.com/stac-utils/stacrs"
37
Documentation = "https://stac-utils.github.io/stacrs"
38
-Issues = "https://github.com/stac-utils/issues"
+Issues = "https://github.com/stac-utils/stacrs/issues"
39
40
[tool.mypy]
41
files = "**/*.py"
0 commit comments