Skip to content

Commit 3e6cdb8

Browse files
committed
Specify license as GPL-3.0-or-later
1 parent a2a5707 commit 3e6cdb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source:
99

1010
about:
1111
home: https://github.com/ALescoulie/MDSAPT
12-
license: GPL-3.0
12+
license: GPL-3.0-or-later
1313
license_file: LICENSE
1414
license_family: GPL3
1515
summary: SAPT Calculations for MDAnalysis

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
long_description_content_type="text/markdown",
3131
version=versioneer.get_version(),
3232
cmdclass=versioneer.get_cmdclass(),
33-
license='GPL-3.0',
33+
license='GPL-3.0-or-later',
3434

3535
# Register the CLI entrypoint
3636
entry_points = {

0 commit comments

Comments
 (0)