We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a5707 commit 3e6cdb8Copy full SHA for 3e6cdb8
meta.yaml
@@ -9,7 +9,7 @@ source:
9
10
about:
11
home: https://github.com/ALescoulie/MDSAPT
12
- license: GPL-3.0
+ license: GPL-3.0-or-later
13
license_file: LICENSE
14
license_family: GPL3
15
summary: SAPT Calculations for MDAnalysis
setup.py
@@ -30,7 +30,7 @@
30
long_description_content_type="text/markdown",
31
version=versioneer.get_version(),
32
cmdclass=versioneer.get_cmdclass(),
33
- license='GPL-3.0',
+ license='GPL-3.0-or-later',
34
35
# Register the CLI entrypoint
36
entry_points = {
0 commit comments