Skip to content

Commit

Permalink
Filter probably not necessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
SnijderC committed Nov 30, 2017
1 parent 5ab0f5d commit e49f569
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 @@ -15,7 +15,7 @@ def all_packages():
it. This is necessary because, for example, oscrypto includes sub-packages
as well.
"""
exclude = ('dev', 'tests', 'lib')
exclude = ('dev', 'tests')
packages = find_packages(exclude=exclude)
# Make a list of lists of packages (i.e. each invocation of find_packages
# returns a list).
Expand Down

0 comments on commit e49f569

Please sign in to comment.