Skip to content

Commit 6eaa045

Browse files
committed
add repo
1 parent 14fe34b commit 6eaa045

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pyproject.toml.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "{{project_name | lower | replace(' ', '-') | replace('_', '-')}}"
33
version = "0.1.0"
44
description = "{{project_description}}"
55
authors = ["{{author_name}} <{{author_email}}>"]
6+
repository = "https://github.com/{{repo_username}}/{{repo_name}}"
67
packages = [{ include = "{{project_name}}", from = "src" }]
78
{% if private %}classifiers = ["Private :: Do Not Upload"]{%- endif %}
89

0 commit comments

Comments
 (0)