Skip to content

Commit 9994462

Browse files
committed
fix: correct import
1 parent 4ffbbcf commit 9994462

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ classifiers = [
1313
"Programming Language :: Python :: 3.10",
1414
"Programming Language :: Python :: 3.11",
1515
"Programming Language :: Python :: 3.12",
16+
"Programming Language :: Python :: 3.13",
1617
"Programming Language :: Python :: Implementation :: CPython",
1718
"Programming Language :: Python :: Implementation :: PyPy",
1819
"Programming Language :: Rust",
@@ -22,7 +23,7 @@ keywords = ["stac", "geospatial"]
2223
dynamic = ["version"]
2324

2425
[project.scripts]
25-
stacrs = "stacrs_cli:main"
26+
stacrs = "stacrs:main"
2627

2728
[project.urls]
2829
Repository = "https://github.com/stac-utils/stacrs"

0 commit comments

Comments
 (0)