Skip to content

Commit 05ad3ec

Browse files
pyproject.toml has precedence over setup.py so we need these here as well.
1 parent 55d280a commit 05ad3ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ authors = [
1515
maintainers = [
1616
{name = "Mikael Frykholm", email = "[email protected]"}
1717
]
18+
[project.scripts]
19+
pyff = "pyff.md:main"
20+
pyffd = "pyff.mdq:main"
21+
samldiff = "pyff.tools:difftool"
1822

1923
[tool.ruff]
2024
# Allow lines to be as long as 120.

0 commit comments

Comments
 (0)