Skip to content

Commit

Permalink
Merge pull request #86 from impresso/bugfix/install-schemas
Browse files Browse the repository at this point in the history
add schemas submodule in package data of pycommons
  • Loading branch information
piconti authored Mar 18, 2024
2 parents 91e576a + 1cc1e23 commit 8311a90
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 8311a90

Please sign in to comment.