Skip to content

Commit

Permalink
Packaging - including jsx, excluding tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mesemus committed Mar 27, 2024
1 parent 07d8890 commit c10da37
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
13 changes: 10 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
recursive-include oarepo_requests *
prune tests
prune thesis
recursive-exclude tests *
recursive-include oarepo_dashboard *.yaml
recursive-include oarepo_dashboard *.json
recursive-include oarepo_dashboard *.po
recursive-include oarepo_dashboard *.pot
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
10 changes: 7 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = oarepo-requests
version = 1.1.7
version = 1.1.8
description =
authors = Ronald Krist <[email protected]>
readme = README.md
Expand All @@ -13,13 +13,17 @@ python = >=3.9
install_requires =
invenio-requests
oarepo-runtime

packages = find:
include_package_data = True

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

[options.packages.find]
exclude = thesis
exclude =
tests
tests.*

[options.extras_require]
tests =
Expand Down

0 comments on commit c10da37

Please sign in to comment.