trying gitea template with variable expansion
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
[metadata]
|
||||
name = ...
|
||||
name = ${REPO_NAME}
|
||||
version = 0.0.1
|
||||
author = Daniil F.
|
||||
author = ${REPO_OWNER_TITLE}
|
||||
author_email = mail@placeholder123.to
|
||||
description = ...
|
||||
description = ${REPO_DESCRIPTION}
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
url = https://git.fajnberg.de/daniil/...
|
||||
url = ${REPO_LINK}
|
||||
project_urls =
|
||||
Bug Tracker = https://git.fajnberg.de/daniil/.../issues
|
||||
Bug Tracker = ${REPO_LINK}/issues
|
||||
classifiers =
|
||||
Programming Language :: Python :: 3
|
||||
Operating System :: OS Independent
|
||||
|
||||
Reference in New Issue
Block a user