Skip to content

Commit ea2d3ab

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e97ccb1 commit ea2d3ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ doc = [
7373
[tool.hatch.build.targets.wheel]
7474
packages = [ "src/ansys" ]
7575

76+
[tool.uv]
77+
package = true
78+
7679
[tool.ruff]
7780
line-length = 120
7881
extend-exclude = [ "examples/**/*.py" ]
@@ -149,6 +152,3 @@ showcontent = true
149152
directory = "test"
150153
name = "Test"
151154
showcontent = true
152-
153-
[tool.uv]
154-
package = true

0 commit comments

Comments
 (0)