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 1270fc2 + ac931f7 commit 9de9a55Copy full SHA for 9de9a55
config/data.yml
@@ -9,4 +9,3 @@ 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
@@ -1,3 +1,6 @@
1
+{% if not scm_host %}
2
+{% set scm_host = 'github.com' %}
3
+{% endif %}
4
{% block shebang %}
5
#!/usr/bin/env python3
6
{% endblock %}
0 commit comments