diff --git a/pyproject.toml b/pyproject.toml index b34a9f1..64ffbef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,8 +9,7 @@ readme = "README.md" requires-python = ">=3.11" -license = "BSD-3-Clause" -license-files = ["LICENSE"] +license = {file = "LICENSE"} maintainers = [ {name = "Matt Shin", email = "matthew.shin@metoffice.gov.uk" } @@ -20,6 +19,7 @@ classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "Intended Audience :: Developers", + "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.11", diff --git a/src/yamlprocessor/__init__.py b/src/yamlprocessor/__init__.py index 7099d32..fc166c7 100644 --- a/src/yamlprocessor/__init__.py +++ b/src/yamlprocessor/__init__.py @@ -1,2 +1,2 @@ """Process YAML include files and variable substitutions.""" -__version__ = '0.6.4' +__version__ = '0.6.5'