Skip to content

Commit

Permalink
add schemas submodule in package data of pycommons
Browse files Browse the repository at this point in the history
  • Loading branch information
piconti committed Mar 18, 2024
1 parent 91e576a commit 1cc1e23
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion impresso_commons/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.1"
__version__ = "1.0.2"
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ namespaces = false
[tool.setuptools.package-data]
impresso_commons = [
"data/xmi/*.xml",
"data/config/*.json"
"data/config/*.json",
"schemas/json/*/*.json",
"schemas/docs/*/*.json",
"schemas/*",
]

[project.scripts]
Expand Down

0 comments on commit 1cc1e23

Please sign in to comment.