Skip to content

Commit

Permalink
Merge pull request #7 from oarepo/missing-overrides-and-variables-les…
Browse files Browse the repository at this point in the history
…s-files

added overrides and variables to setup.cfg/manifest.in
  • Loading branch information
Ducica authored Apr 24, 2024
2 parents c311548 + 6f7ac3b commit c26e6b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ recursive-include oarepo_dashboard *.mo
recursive-include oarepo_dashboard *.js
recursive-include oarepo_dashboard *.jsx
recursive-include oarepo_dashboard *.less
recursive-include oarepo_dashboard *.jinja
recursive-include oarepo_dashboard *.jinja
recursive-include oarepo_dashboard *.variables
recursive-include oarepo_dashboard *.overrides
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[metadata]
name = oarepo-dashboard
version = 1.0.4
version = 1.0.5
description = Support for user dashboard (records, communities, requests)
authors = Mirek Simek <[email protected]>
readme = README.md
long_description = file:README.md
long_description_content_type = text/markdown

[options]
python = >=3.9
python = >=3.10
install_requires =
oarepo-runtime>=1.4.44
openpyxl
Expand All @@ -32,7 +32,7 @@ exclude =
tests

[options.package_data]
* = *.json, *.rst, *.md, *.json5, *.jinja2, *.po, *.mo, *.pot, *.js, *.jsx, *.less, *.jinja
* = *.json, *.rst, *.md, *.json5, *.jinja2, *.po, *.mo, *.pot, *.js, *.jsx, *.less, *.jinja, *.overrides, *.variables

[options.entry_points]
invenio_base.blueprints =
Expand Down

0 comments on commit c26e6b6

Please sign in to comment.