We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14fe34b commit 6eaa045Copy full SHA for 6eaa045
1 file changed
src/pyproject.toml.jinja
@@ -3,6 +3,7 @@ name = "{{project_name | lower | replace(' ', '-') | replace('_', '-')}}"
3
version = "0.1.0"
4
description = "{{project_description}}"
5
authors = ["{{author_name}} <{{author_email}}>"]
6
+repository = "https://github.com/{{repo_username}}/{{repo_name}}"
7
packages = [{ include = "{{project_name}}", from = "src" }]
8
{% if private %}classifiers = ["Private :: Do Not Upload"]{%- endif %}
9
0 commit comments