Skip to content

Commit

Permalink
Use python-magic-bin on windows and bump to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patacca committed Jan 9, 2024
1 parent d5fee85 commit f0b8020
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ description = "Python wrapper to manipulate bindiff files"
authors = [{ name = "Robin David", email = "[email protected]" }]
license = { text = "Apache Software License (Apache License, Version 2)" }
readme = { file = "README.md", content-type = "text/markdown" }
version = '0.1.8'
version = '0.2.0'
requires-python = ">=3.9"
dependencies = ['python-magic', 'click', 'python-binexport>=0.2.0']
dependencies = [
"python-magic; os_name!='nt'",
"python-magic-bin; os_name=='nt'",
'click',
'python-binexport>=0.2.0',
]
classifiers = [
'Topic :: Security',
'Environment :: Console',
Expand Down

0 comments on commit f0b8020

Please sign in to comment.