Skip to content

Commit

Permalink
Merge pull request #9 from D3vil0p3r/patch-1
Browse files Browse the repository at this point in the history
fix packing issue
  • Loading branch information
skelsec authored Feb 24, 2023
2 parents 081974b + bbb94aa commit 025fe39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author_email="[email protected]",

# Packages
packages=find_packages(),
packages=find_packages(exclude=["tests*"]),

# Include additional files into the package
include_package_data=True,
Expand Down

0 comments on commit 025fe39

Please sign in to comment.