We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8581343 commit a266f21Copy full SHA for a266f21
pyproject.toml
@@ -3,8 +3,8 @@ name = "building-your-first-api-with-django-and-django-rest-framework"
3
version = "0.2.0"
4
description = "Tutorial for you to learn how to create a API using Django and Django Rest Framework"
5
readme = "README.md"
6
-authors = ["FeliPython <[email protected]>"]
7
-license = "CC BY-NC-SA"
+authors = [{ name = "FeliPython", email = "[email protected]" }]
+license = "CC-BY-NC-SA-4.0"
8
requires-python = ">=3.12"
9
dependencies = [
10
"django>=5.1",
0 commit comments