Skip to content

Commit

Permalink
fix(license): update to GPLv3+ to match with the LICENSE file (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 authored Oct 8, 2024
1 parent 47d743d commit 4db25b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
Expand All @@ -50,4 +50,4 @@
"peepdb=peepdb.cli:main",
],
},
)
)

0 comments on commit 4db25b0

Please sign in to comment.