Skip to content

Commit

Permalink
Merge pull request #60 from BastianZim/patch-1
Browse files Browse the repository at this point in the history
Exclude test package
  • Loading branch information
agstephens authored Apr 26, 2022
2 parents 9f0f36e + 78331af commit 327d4cb
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 327d4cb

Please sign in to comment.