We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd65d2 commit 9919e7cCopy full SHA for 9919e7c
pyproject.toml
@@ -22,15 +22,15 @@ classifiers = [
22
'Operating System :: OS Independent',
23
]
24
25
+[project.scripts]
26
+bindiffer = 'bindiff.__main__:main'
27
+
28
[project.urls]
29
Homepage = "https://github.com/quarkslab/python-bindiff"
30
Repository = "https://github.com/quarkslab/python-bindiff"
31
Documentation = "https://diffing.quarkslab.com/differs/bindiff.html#python-bindiff"
32
"Bug Tracker" = "https://github.com/quarkslab/python-bindiff/issues"
33
-[tools.setuptools]
-script-files = ["bins/bindiffer"]
-
34
[tool.black]
35
line-length = 100
36
target-version = ['py310']
bin/bindiffer src/bindiff/__main__.pybin/bindiffer renamed to src/bindiff/__main__.py
0 commit comments