Skip to content

Commit

Permalink
Update author format and license in pyproject.toml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lipemorais committed Aug 25, 2024
1 parent 8581343 commit a266f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name = "building-your-first-api-with-django-and-django-rest-framework"
version = "0.2.0"
description = "Tutorial for you to learn how to create a API using Django and Django Rest Framework"
readme = "README.md"
authors = ["FeliPython <[email protected]>"]
license = "CC BY-NC-SA"
authors = [{ name = "FeliPython", email = "[email protected]" }]
license = "CC-BY-NC-SA-4.0"
requires-python = ">=3.12"
dependencies = [
"django>=5.1",
Expand Down

0 comments on commit a266f21

Please sign in to comment.