Skip to content

Commit

Permalink
fixing incorrect license name in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anguswg-ucsb committed Oct 18, 2023
1 parent bca31a8 commit 62b6686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
packages=setuptools.find_packages(), # python modules to install
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3.0",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",
],
python_requires='>=3.6', # min python version required
Expand Down

0 comments on commit 62b6686

Please sign in to comment.