Skip to content

Commit

Permalink
Fix #165: Exclude tests from wheel package on PyPI (PR #176)
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke authored Sep 13, 2024
1 parent 9610e9d commit ce232f3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,9 @@ python_requires = >= 3.4
install_requires = django >= 2.0
packages = find:
include_package_data = true
zip_safe = false
zip_safe = false

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

0 comments on commit ce232f3

Please sign in to comment.