Skip to content

Commit

Permalink
fix editable install
Browse files Browse the repository at this point in the history
  • Loading branch information
mleot committed Sep 27, 2024
1 parent 534e29f commit c2abca9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
requires = [
"hatch-vcs",
"hatchling",
]
build-backend = "hatchling.build"

[project]
name = "jellybamm"
Expand Down Expand Up @@ -41,5 +44,5 @@ dev = [
"mkdocs-material-extensions>=1.0"
]

[tool.setuptools.packages.find]
include = ["jellybamm", "jellybamm.*"]
#[tool.setuptools.packages.find]
#include = ["jellybamm", "jellybamm.*"]

0 comments on commit c2abca9

Please sign in to comment.