trying gitea template with variable expansion
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user