diff --git a/meta.yaml b/meta.yaml index 38be799..7001b9b 100644 --- a/meta.yaml +++ b/meta.yaml @@ -9,7 +9,7 @@ source: about: home: https://github.com/ALescoulie/MDSAPT - license: GPL-3.0 + license: GPL-3.0-or-later license_file: LICENSE license_family: GPL3 summary: SAPT Calculations for MDAnalysis diff --git a/setup.py b/setup.py index a1df560..66c126d 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ long_description_content_type="text/markdown", version=versioneer.get_version(), cmdclass=versioneer.get_cmdclass(), - license='GPL-3.0', + license='GPL-3.0-or-later', # Register the CLI entrypoint entry_points = {