Skip to content

Commit

Permalink
chore: allow hatch direct references for differint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Aug 12, 2024
1 parent f6d3a9f commit 5dbb796
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ dependencies = [
"typing-extensions; python_version<'3.10'",
]
optional-dependencies.dev = [
"differint",
"differint @ git+https://github.com/alexfikl/differint.git@fix-l2-index#egg=differint",
"doc8",
"matplotlib",
Expand All @@ -70,6 +69,9 @@ optional-dependencies.vis = [
urls.Documentation = "https://pycaputo.readthedocs.io"
urls.Repository = "https://github.com/alexfikl/pycaputo"

[tool.hatch.metadata]
allow-direct-references = true

[tool.hatch.build.targets.sdist]
exclude = [
".github",
Expand Down

0 comments on commit 5dbb796

Please sign in to comment.