trying gitea template with variable expansion

This commit is contained in:
2022-01-11 15:55:20 +01:00
parent 0d3114d027
commit ddd0e697cc
3 changed files with 12 additions and 9 deletions
+5 -4
View File
@@ -1,13 +1,14 @@
# [Project Title]
# ${REPO_NAME}
[Short description]
${REPO_DESCRIPTION}
## Usage
...
## Installation
`pip install ...`
`pip install ${REPO_NAME}`
## Dependencies
@@ -15,4 +16,4 @@ Python Version ..., OS ...
## Building from source
`python -m build ...`
Run `python -m build`