Skip to content

Commit

Permalink
Move bindiffer to __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
patacca committed Jan 9, 2024
1 parent 4bd65d2 commit 9919e7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ classifiers = [
'Operating System :: OS Independent',
]

[project.scripts]
bindiffer = 'bindiff.__main__:main'

[project.urls]
Homepage = "https://github.com/quarkslab/python-bindiff"
Repository = "https://github.com/quarkslab/python-bindiff"
Documentation = "https://diffing.quarkslab.com/differs/bindiff.html#python-bindiff"
"Bug Tracker" = "https://github.com/quarkslab/python-bindiff/issues"

[tools.setuptools]
script-files = ["bins/bindiffer"]

[tool.black]
line-length = 100
target-version = ['py310']
File renamed without changes.

0 comments on commit 9919e7c

Please sign in to comment.