diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 16167e6..ee5830e 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 3160d4c +_commit: 9be318c _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: rust diff --git a/.gitignore b/.gitignore index e9d82ad..639622f 100644 --- a/.gitignore +++ b/.gitignore @@ -145,3 +145,8 @@ target # Hydra outputs/ multirun/ + +# AI +ROADMAP.md +AGENTS.md +.github/hooks/sdlc.json diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 780a7a8..41ef394 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" readme = "../README.md" repository = "https://github.com/python-project-templates/python template rust" -description = "" +description = "A Rust-Python project template" [lib] name = "python_template_rust"