Skip to content

Commit

Permalink
feat: Add repository to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Aug 1, 2024
1 parent 45b5511 commit 85cfebb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions {{cookiecutter.project_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ authors = [
]
readme = "README.md"
license = {{'"MIT"' if cookiecutter.open_source == "y" else '"Proprietary"'}}
repository = "https://github.com/alexandrainst/{{cookiecutter.project_name}}"

[tool.poetry.dependencies]
python = ">={{ cookiecutter.python_version }}"
Expand Down Expand Up @@ -40,6 +41,10 @@ dependencies = [
"hydra-core=={{ cookiecutter._hydra_version }}",
]

[project.urls]
Repository = "https://github.com/alexandrainst/{{cookiecutter.project_name}}"
Issues = "https://github.com/alexandrainst/{{cookiecutter.project_name}}/issues"

[project.license]
file = "LICENSE"

Expand Down

0 comments on commit 85cfebb

Please sign in to comment.