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.
1 parent 3145af5 commit f200d41Copy full SHA for f200d41
pyproject.toml
@@ -33,13 +33,13 @@ cuda = [
33
]
34
35
[project.urls]
36
-"Issue tracker" = "https://github.com/vladpunko/python_template/issues"
37
-"Source code" = "https://github.com/vladpunko/python_template"
+"Issue tracker" = "https://github.com/vladpunko/python-template/issues"
+"Source code" = "https://github.com/vladpunko/python-template"
38
39
[tool.poetry]
40
package-mode = true
41
packages = [
42
- {include = "python_template", from = "src"}
+ {include = "python_template", from = "src"},
43
44
include = ["CHANGELOG.md", "LICENSE", "README.md"]
45
src/.gitkeep
0 commit comments