mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-22 15:33:29 -06:00
Merge pull request #5722 from blattms/bugfix/pyhon-licensing
Added the missing plus in gplv3+ for the Python packages.
This commit is contained in:
commit
1dd66769cd
@ -34,6 +34,6 @@ setup(
|
||||
python_requires='>=3.6',
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
||||
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
||||
],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user