Skip to content

Commit

Permalink
Exclude test package
Browse files Browse the repository at this point in the history
  • Loading branch information
BastianZim authored Apr 25, 2022
1 parent 9f0f36e commit 78331af
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 @@ -47,7 +47,7 @@ def license():

# We make the package non-zip_safe so that we don't need to
# change the way ini files are read too much.
packages=find_packages(),
packages=find_packages(exclude=("tests")),
package_data={
'nappy': [
'config/*.ini'
Expand Down

0 comments on commit 78331af

Please sign in to comment.