diff --git a/meson.build b/meson.build index 60353da..498a1e0 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('OZI.build', version : '1.3.0', license : 'apache-2.0') +project('OZI.build', version : '1.3.1', license : 'apache-2.0') fs = import('fs') python = import('python').find_installation() subdir('ozi_build') diff --git a/ozi_build/schema.py b/ozi_build/schema.py index 369f2fd..31fa4b6 100644 --- a/ozi_build/schema.py +++ b/ozi_build/schema.py @@ -33,9 +33,6 @@ "download-url": { "description": """A string containing the URL for the package's source, will replace '{version}' with the current version.""" }, - "download-url": { - "description": """A string containing the URL for the package's source, will replace '{version}' with the current version.""" - }, "license": { "description": """Text indicating the license covering the distribution. This text can be either a valid license expression as defined in [pep639](https://www.python.org/dev/peps/pep-0639/#id88) or any free text.""" }, @@ -121,14 +118,6 @@ }, "requires-external": {"description": """A list of non-PyPI dependency packages. For example: -``` toml - requires-external = [ - "git", - "node", - ] -```"""}, - "requires-external": {"description": """A list of non-PyPI dependency packages. For example: - ``` toml requires-external = [ "git",