Skip to content

Commit

Permalink
correct license specifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
theAeon committed Feb 1, 2024
1 parent 27ed45a commit 4df41d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ authors = [
]
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
]
dependencies = [
"adjustText",
Expand Down Expand Up @@ -66,7 +66,7 @@ requires-python = "<3.13, >=3.9"
version = "0.2.1"

[project.license]
text = "MIT"
text = "GPL-3.0-only"

[project.urls]
homepage = "https://welch-lab.github.io"
Expand Down

0 comments on commit 4df41d3

Please sign in to comment.