Skip to content

Commit 2bb501b

Browse files
authored
update authors and license
1 parent 8a3db32 commit 2bb501b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ build-backend = "poetry.core.masonry.api"
66
name = "django-typer"
77
version = "2.2.2"
88
description = "Use Typer to define the CLI for your Django management commands."
9-
authors = [{name = "Brian Kohan", email = "[email protected]"}]
10-
license = {text = "MIT License"}
9+
authors = [
10+
"Brian Kohan <[email protected]>",
11+
]
12+
license = "MIT"
1113
readme = "README.md"
1214
repository = "https://github.com/bckohan/django-typer"
1315
homepage = "https://django-typer.readthedocs.io"

0 commit comments

Comments
 (0)