Skip to content

Commit

Permalink
Removed unneeded exclude ez_setup.py from setup.py.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mauritsvanrees committed Oct 1, 2018
1 parent 94acbf9 commit 03ac926
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 @@ -23,7 +23,7 @@
author_email="plone-developers@lists.sourceforge.net",
url="https://pypi.org/project/plone.cachepurging",
license="GPL version 2",
packages=find_packages(exclude=["ez_setup"]),
packages=find_packages(),
namespace_packages=["plone"],
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit 03ac926

Please sign in to comment.