Skip to content

Commit f200d41

Browse files
committed
Update links to the repository
1 parent 3145af5 commit f200d41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ cuda = [
3333
]
3434

3535
[project.urls]
36-
"Issue tracker" = "https://github.com/vladpunko/python_template/issues"
37-
"Source code" = "https://github.com/vladpunko/python_template"
36+
"Issue tracker" = "https://github.com/vladpunko/python-template/issues"
37+
"Source code" = "https://github.com/vladpunko/python-template"
3838

3939
[tool.poetry]
4040
package-mode = true
4141
packages = [
42-
{include = "python_template", from = "src"}
42+
{include = "python_template", from = "src"},
4343
]
4444
include = ["CHANGELOG.md", "LICENSE", "README.md"]
4545

src/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)