Skip to content

Commit

Permalink
Merge pull request #330 from jamesmckibbenathrb/patch-1
Browse files Browse the repository at this point in the history
Align pyproject.toml to Git Repo License of MIT
  • Loading branch information
Kamforka authored Aug 27, 2024
2 parents c3027ec + b2931d5 commit 2bd91f8
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 @@ -10,7 +10,7 @@ requires-python = ">=3.8"
dependencies = ["requests>=2.27"]
readme = "README.md"
keywords = ["thehive5", "api", "client"]
license = { text = "AGPL-V3" }
license = { text = "MIT" }
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand All @@ -21,7 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: GNU Affero General Public License v3",
"License :: OSI Approved :: MIT License",
]
authors = [{ name = "Szabolcs Antal", email = "[email protected]" }]

Expand Down

0 comments on commit 2bd91f8

Please sign in to comment.