Skip to content

Commit

Permalink
fix 'duplicate license' build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Housain-maina committed Sep 4, 2024
1 parent 106cd73 commit 3be6294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dependencies = [
]
description = "Logto authentication integration for Django Rest Framework."
readme = "README.md"
license = "LICENSE"
requires-python = ">= 3.8"
authors = [
{name = "Hussaini Usman", email = "hussainmaina27@gmail.com"},
Expand All @@ -21,6 +20,7 @@ classifiers = [
"Environment :: Web Environment",
"Framework :: Django",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 3be6294

Please sign in to comment.