Skip to content

Commit 6e732d7

Browse files
authored
Merge pull request #2 from vguerra/issue-115
fix github repo url in settings template
2 parents ccbe965 + 839c4c8 commit 6e732d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

settings.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ keywords = {keywords}
99
user = {user}
1010
author = {author}
1111
author_email = {author_email}
12+
repo = {repo}
1213
branch = {branch}
1314
version = 0.0.1
1415
min_python = 3.9
@@ -25,7 +26,7 @@ tst_flags = notest
2526
### Inferred From Other Values ###
2627
doc_host = https://%(user)s.github.io
2728
doc_baseurl = /%(lib_name)s/
28-
git_url = https://github.com/%(user)s/%(lib_name)s/tree/%(branch)s/
29+
git_url = https://github.com/%(user)s/%(repo)s/
2930
lib_path = %(lib_name)s
3031
title = %(lib_name)s
3132

0 commit comments

Comments
 (0)