Skip to content

Commit

Permalink
Remove Hatch option to install dependencies from direct URL
Browse files Browse the repository at this point in the history
Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
  • Loading branch information
hakonanes committed Nov 9, 2024
1 parent 04e6981 commit 43785fd
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,7 @@ path = "src/kikuchipy/__init__.py"
src = ""

[tool.hatch.build.targets.wheel]
include = [
"src/kikuchipy",
]

# TODO: Remove once HyperSpy is not installed from a direct reference (GitHub)
[tool.hatch.metadata]
allow-direct-references = true
include = ["src/kikuchipy"]

[tool.coverage.report]
precision = 2
Expand Down

0 comments on commit 43785fd

Please sign in to comment.