Skip to content

Commit

Permalink
Merge pull request #20 from pyiron/find
Browse files Browse the repository at this point in the history
Move find to top
  • Loading branch information
jan-janssen authored Oct 20, 2024
2 parents 679dacc + c7383ca commit 797ca8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ Repository = "https://github.com/pyiron/pyironFlow"
[project.optional-dependencies]
dev = ["watchfiles", "jupyterlab"]

[tool.setuptools.packages.find]
include = ["pyironflow*"]

[tool.hatch.envs.default]
features = ["dev"]

Expand All @@ -57,9 +60,6 @@ dependencies = ["hatch-jupyter-builder>=0.5.0"]
npm = "npm"
build_cmd = "build"

[tool.setuptools.packages.find]
include = ["pyironflow*"]

[tool.setuptools.dynamic]
version = {attr = "pyironflow.__version__"}

Expand Down

0 comments on commit 797ca8c

Please sign in to comment.