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.
1 parent 8039113 commit c8a2674Copy full SHA for c8a2674
config/data.yml
@@ -9,3 +9,4 @@ license: NEW BSD
9
company: Onni Software Ltd.
10
branch: master
11
description: this is a base for python project scaffolding
12
+scm_host: github.com
templates/setup.py.jj2
@@ -43,7 +43,7 @@ DESCRIPTION = (
43
'{{ line }}'{{ ' +' if not loop.last}}
44
{% endfor %}
45
)
46
-URL = 'https://github.com/{{organisation}}/{{name}}'
+URL = 'https://{{scm_host}}/{{organisation}}/{{name}}'
47
DOWNLOAD_URL = '%s/archive/{{release}}.tar.gz' % URL
48
FILES = ['README.rst',{%block morefiles %}{%endblock%} 'CHANGELOG.rst']
49
KEYWORDS = [
0 commit comments