Skip to content

Commit

Permalink
Move hyperspy_extension.yaml file until HyperSpy 2.0 is supported
Browse files Browse the repository at this point in the history
Signed-off-by: Håkon Wiik Ånes <[email protected]>
  • Loading branch information
hakonanes committed Sep 22, 2024
1 parent b6a7c74 commit 52f3e31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install dependencies and package
shell: bash
run: |
pip install -U build wheel
pip install wheel
pip install -U -e ".[tests,coverage]"
- name: Install oldest supported version
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ dependencies = [
[project.entry-points."hyperspy.extensions"]
kikuchipy = "kikuchipy"

# TODO: Remove when HyperSpy 2.0 is supported
[tool.hatch.build.force-include]
"kikuchipy/hyperspy_extension.yaml" = "hyperspy_extension.yaml"

[project.urls]
Documentation = "https://kikuchipy.org"
Download = "https://pypi.python.org/pypi/kikuchipy"
Expand Down

0 comments on commit 52f3e31

Please sign in to comment.