Skip to content

Commit 9919e7c

Browse files
committed
Move bindiffer to __main__.py
1 parent 4bd65d2 commit 9919e7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ classifiers = [
2222
'Operating System :: OS Independent',
2323
]
2424

25+
[project.scripts]
26+
bindiffer = 'bindiff.__main__:main'
27+
2528
[project.urls]
2629
Homepage = "https://github.com/quarkslab/python-bindiff"
2730
Repository = "https://github.com/quarkslab/python-bindiff"
2831
Documentation = "https://diffing.quarkslab.com/differs/bindiff.html#python-bindiff"
2932
"Bug Tracker" = "https://github.com/quarkslab/python-bindiff/issues"
3033

31-
[tools.setuptools]
32-
script-files = ["bins/bindiffer"]
33-
3434
[tool.black]
3535
line-length = 100
3636
target-version = ['py310']
File renamed without changes.

0 commit comments

Comments
 (0)