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 f40236c commit ebea498Copy full SHA for ebea498
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "rustac"
3
-description = "A no-dependency Python package for STAC, using Rust under the hood."
+description = "The power of Rust for the Python STAC ecosystem"
4
readme = "README.md"
5
authors = [{ name = "Pete Gadomski", email = "[email protected]" }]
6
requires-python = ">=3.10"
@@ -76,6 +76,11 @@ docs = [
76
77
[tool.uv]
78
default-groups = ["dev", "docs"]
79
+cache-keys = [
80
+ { file = "pyproject.toml" },
81
+ { file = "Cargo.toml" },
82
+ { file = "**/*.rs" },
83
+]
84
85
[build-system]
86
requires = ["maturin>=1.7,<2.0"]
0 commit comments