Skip to content

Commit

Permalink
OZI.build 1.3.1 remove duplicate schema keys
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdbcm committed Aug 26, 2024
1 parent 89cef0e commit 2dd8660
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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')
Expand Down
11 changes: 0 additions & 11 deletions ozi_build/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
},
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 2dd8660

Please sign in to comment.