We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c859eb4 + 31e8de0 commit 36ee27eCopy full SHA for 36ee27e
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 3160d4c
+_commit: 9be318c
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: true
5
add_extension: rust
.gitignore
@@ -145,3 +145,8 @@ target
145
# Hydra
146
outputs/
147
multirun/
148
+
149
+# AI
150
+ROADMAP.md
151
+AGENTS.md
152
+.github/hooks/sdlc.json
rust/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
6
license = "Apache-2.0"
7
readme = "../README.md"
8
repository = "https://github.com/python-project-templates/python template rust"
9
-description = ""
+description = "A Rust-Python project template"
10
11
[lib]
12
name = "python_template_rust"
0 commit comments