Skip to content

Commit a266f21

Browse files
committed
Update author format and license in pyproject.toml
Changed the author format to a dictionary to align with PEP 621 standards. Updated the license identifier to "CC-BY-NC-SA-4.0" for better specificity.
1 parent 8581343 commit a266f21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name = "building-your-first-api-with-django-and-django-rest-framework"
33
version = "0.2.0"
44
description = "Tutorial for you to learn how to create a API using Django and Django Rest Framework"
55
readme = "README.md"
6-
authors = ["FeliPython <[email protected]>"]
7-
license = "CC BY-NC-SA"
6+
authors = [{ name = "FeliPython", email = "[email protected]" }]
7+
license = "CC-BY-NC-SA-4.0"
88
requires-python = ">=3.12"
99
dependencies = [
1010
"django>=5.1",

0 commit comments

Comments
 (0)