Skip to content

Commit 8a3db32

Browse files
authored
update to match django-tasks
1 parent 0e58db3 commit 8a3db32

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

pyproject.toml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
[project]
1+
[build-system]
2+
requires = ["poetry-core"]
3+
build-backend = "poetry.core.masonry.api"
4+
5+
[tool.poetry]
26
name = "django-typer"
37
version = "2.2.2"
48
description = "Use Typer to define the CLI for your Django management commands."
@@ -41,13 +45,13 @@ classifiers = [
4145
]
4246

4347

44-
[project.urls]
45-
Homepage = "https://django-typer.readthedocs.io"
46-
Documentation = "https://django-typer.readthedocs.io"
47-
Repository = "https://github.com/bckohan/django-typer"
48-
Issues = "https://github.com/bckohan/django-typer/issues"
49-
Changelog = "https://django-typer.readthedocs.io/en/latest/changelog.html"
50-
Code_of_Conduct = "https://github.com/django-commons/membership/blob/main/CODE_OF_CONDUCT.md"
48+
[tool.poetry.urls]
49+
"Homepage" = "https://django-typer.readthedocs.io"
50+
"Documentation" = "https://django-typer.readthedocs.io"
51+
"Repository" = "https://github.com/bckohan/django-typer"
52+
"Issues" = "https://github.com/bckohan/django-typer/issues"
53+
"Changelog" = "https://django-typer.readthedocs.io/en/latest/changelog.html"
54+
"Code_of_Conduct" = "https://github.com/django-commons/membership/blob/main/CODE_OF_CONDUCT.md"
5155

5256

5357
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)