We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
building.md
1 parent b8af8cf commit 493da2fCopy full SHA for 493da2f
docs/documentation/building.md
@@ -16,10 +16,10 @@ $ questionpy-sdk package SOURCE_DIRECTORY
16
The `.qpy` file follows this default pattern: `NAMESPACE-SHORTNAME-VERSION.qpy`, like
17
`my_namespace-my_project-0.1.0.qpy`.
18
19
-## Source backup
+## Source copy
20
21
-QuestionPy will automatically back up the source code by storing a copy in the `.qpy` package. This feature allows you
22
-to restore the complete source from a `.qpy` package whenever needed.
+QuestionPy will automatically copy the package source code into the `.qpy` file, enabling complete source restoration
+from the .qpy package whenever needed.
23
24
<figure markdown="span">
25
```mermaid
0 commit comments