Skip to content

Commit

Permalink
fix: fix pyproject license field
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed Jan 23, 2025
1 parent a2da502 commit 791dee0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ authors = [
maintainers = [
{name = "DataShades", email = "[email protected]"},
]
license = {text = "AGPL"}
classifiers = [
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
Expand All @@ -26,6 +25,9 @@ keywords = ["SSO", "CKAN", "Microsoft", "SAML", "MSAL"]
dependencies = []
optional-dependencies = {}

[project.license]
text = "AGPL"

[project.readme]
file = "README.md"
content-type = "text/markdown"
Expand Down

0 comments on commit 791dee0

Please sign in to comment.