Skip to content

Commit

Permalink
Including builtin invenio.json in .cfg (#55)
Browse files Browse the repository at this point in the history
* unique items in schema

* uniqueItems

* package data
  • Loading branch information
mesemus authored Sep 2, 2022
1 parent ca7d23e commit 730fefd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = oarepo-model-builder
version = 1.0.0.dev11
version = 1.0.0.dev12
description = An utility library that generates OARepo required data model files from a JSON specification file
authors = Miroslav Bauer <[email protected]>, Miroslav Simek <[email protected]>
readme = README.md
Expand Down Expand Up @@ -31,6 +31,9 @@ install_requires =
devs =
pytest>=7.1.2

[options.package_data]
* = *.json, *.rst, *.md

[options.entry_points]
console_scripts =
oarepo-compile-model = oarepo_model_builder.cli:run
Expand Down

0 comments on commit 730fefd

Please sign in to comment.