Skip to content

Commit

Permalink
Fix package build (#12)
Browse files Browse the repository at this point in the history
Fix #11
  • Loading branch information
vojtechjelinek authored Sep 5, 2024
1 parent a748551 commit 6669eed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include maldump/parsers/kaitai/*.ksy

2 changes: 1 addition & 1 deletion maldump/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from maldump.av_manager import AVManager
from maldump.structures import Quarantine

__version__ = '0.3.0'
__version__ = '0.4.0'


def main() -> None:
Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

[metadata]
name = maldump
version = attr: maldump.__main__.__version__
Expand All @@ -22,10 +23,11 @@ install_requires =
defusedxml
kaitaistruct
pycryptodome
include_package_data = True

[options.packages.find]
exclude =
test
test*

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit 6669eed

Please sign in to comment.