Skip to content

Commit

Permalink
excluding tests from prod install
Browse files Browse the repository at this point in the history
  • Loading branch information
Skelsec committed May 30, 2023
1 parent 5d19d7a commit a3bd08e
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 a3bd08e

Please sign in to comment.