Skip to content

Commit

Permalink
Adds a MANIFEST.in to include all build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ESultanik committed Nov 20, 2023
1 parent 77c72b4 commit f89c07e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
include compile_kaitai_parsers.py
include CODEOWNERS
graft kaitai_struct_formats
graft file
graft docs
graft logo
graft hooks
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
long_description_content_type="text/markdown",
url='https://github.com/trailofbits/polyfile',
author='Trail of Bits',
version="0.5.2",
version="0.5.3",
packages=find_packages(exclude=("tests",)),
python_requires='>=3.7',
install_requires=[
Expand Down

0 comments on commit f89c07e

Please sign in to comment.