From 37d5f8d8faf3591c8e43f83ed95a48d8d43eee25 Mon Sep 17 00:00:00 2001 From: ducica Date: Wed, 17 Apr 2024 09:53:49 +0200 Subject: [PATCH 1/2] added overrides and variables to setup.cfg/manifest.in --- MANIFEST.in | 4 +++- setup.cfg | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 41283bb..ebb7fe4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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 \ No newline at end of file +recursive-include oarepo_dashboard *.jinja +recursive-include oarepo_dashboard *.variables +recursive-include oarepo_dashboard *.overrides \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 88f2b4b..3670754 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 = From 6f7ac3b3ebc37adb642bdfae99c93a63457d4f70 Mon Sep 17 00:00:00 2001 From: ducica Date: Wed, 24 Apr 2024 07:12:55 +0200 Subject: [PATCH 2/2] version bump --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 3670754..4e4918f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = oarepo-dashboard -version = 1.0.4 +version = 1.0.5 description = Support for user dashboard (records, communities, requests) authors = Mirek Simek readme = README.md @@ -8,7 +8,7 @@ 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