Skip to content

Commit

Permalink
including templates
Browse files Browse the repository at this point in the history
  • Loading branch information
mesemus committed Sep 3, 2022
1 parent e212251 commit cea35d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.dev18
version = 1.0.0.dev19
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 @@ -32,7 +32,7 @@ devs =
pytest>=7.1.2

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

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit cea35d8

Please sign in to comment.