aboutsummaryrefslogtreecommitdiffstats
path: root/py_bindings/pyproject.toml
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-05-03 00:15:02 +0300
committerJan Tuomi <jan@jantuomi.fi>2025-05-03 00:20:36 +0300
commit84ac3652415b662aae9580c008a5aa996d58c9f4 (patch)
tree3d39fe6ce5da76a1102458c120480e4190a70fcf /py_bindings/pyproject.toml
parente17048eddfe2df86abd2d498da2a33b9c3dd8a72 (diff)
Rename to AutereDB
Diffstat (limited to 'py_bindings/pyproject.toml')
-rw-r--r--py_bindings/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/py_bindings/pyproject.toml b/py_bindings/pyproject.toml
index 6f5b437..113464a 100644
--- a/py_bindings/pyproject.toml
+++ b/py_bindings/pyproject.toml
@@ -3,7 +3,7 @@ requires = ["maturin>=1.7,<2.0"]
build-backend = "maturin"
[project]
-name = "log_db"
+name = "autere_db"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Rust",