Skip to content

Commit 7a26876

Browse files
committed
Add dpf_generate_operators_doc as an entry-point to the library
1 parent 51c6bce commit 7a26876

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ Documentation = "https://dpf.docs.pyansys.com/"
7171
Source = "https://github.com/ansys/pydpf-core"
7272
Tracker = "https://github.com/ansys/pydpf-core/issues"
7373

74+
[project.scripts]
75+
dpf_generate_operators_doc = "ansys.dpf.core.documentation.generate_operators_doc:generate_operators_doc"
76+
7477
[tool.ruff]
7578
line-length = 100
7679

0 commit comments

Comments
 (0)