We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccbe965 + 839c4c8 commit 6e732d7Copy full SHA for 6e732d7
settings.ini
@@ -9,6 +9,7 @@ keywords = {keywords}
9
user = {user}
10
author = {author}
11
author_email = {author_email}
12
+repo = {repo}
13
branch = {branch}
14
version = 0.0.1
15
min_python = 3.9
@@ -25,7 +26,7 @@ tst_flags = notest
25
26
### Inferred From Other Values ###
27
doc_host = https://%(user)s.github.io
28
doc_baseurl = /%(lib_name)s/
-git_url = https://github.com/%(user)s/%(lib_name)s/tree/%(branch)s/
29
+git_url = https://github.com/%(user)s/%(repo)s/
30
lib_path = %(lib_name)s
31
title = %(lib_name)s
32
0 commit comments