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 4ffbbcf commit 9994462Copy full SHA for 9994462
pyproject.toml
@@ -13,6 +13,7 @@ classifiers = [
13
"Programming Language :: Python :: 3.10",
14
"Programming Language :: Python :: 3.11",
15
"Programming Language :: Python :: 3.12",
16
+ "Programming Language :: Python :: 3.13",
17
"Programming Language :: Python :: Implementation :: CPython",
18
"Programming Language :: Python :: Implementation :: PyPy",
19
"Programming Language :: Rust",
@@ -22,7 +23,7 @@ keywords = ["stac", "geospatial"]
22
23
dynamic = ["version"]
24
25
[project.scripts]
-stacrs = "stacrs_cli:main"
26
+stacrs = "stacrs:main"
27
28
[project.urls]
29
Repository = "https://github.com/stac-utils/stacrs"
0 commit comments