Skip to content

Commit 17c4ddf

Browse files
authored
Fix authors format
1 parent 6985ccd commit 17c4ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "django-better-migrations"
33
version = "0.0.0"
44
description = "Adds SQL Output and a Rules system to Django Migrations"
5-
authors = ["Jean-Baptiste Barth <[email protected]>, Joachim Jablon <[email protected]>, Stephane Chi <[email protected]>"]
5+
authors = ["Jean-Baptiste Barth <[email protected]>", "Joachim Jablon <[email protected]>", "Stephane Chi <[email protected]>"]
66
license = "MIT"
77
readme = "README.md"
88
packages = [{include = "django_better_migrations"}]

0 commit comments

Comments
 (0)