Skip to content

Commit 4a7eff3

Browse files
committed
restore pyproject.toml changes
1 parent e0239ba commit 4a7eff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ dynamic = ["version"]
5151
[project.optional-dependencies]
5252
dev = ["flopy4[lint,test,build]"]
5353
lint = ["ruff", "pre-commit>=4.0.1,<5"]
54-
build = ["build", "twine"]
5554
test = [
5655
"flopy4[lint]",
5756
"coverage",
@@ -66,6 +65,7 @@ test = [
6665
"pytest-dotenv",
6766
"pytest-xdist",
6867
]
68+
build = ["build", "twine"]
6969

7070
[tool.setuptools]
7171
include-package-data = true

0 commit comments

Comments
 (0)