Skip to content

Commit

Permalink
[1.5.4] Made sure example was excluded from packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Oct 13, 2017
1 parent 0e338c7 commit e770596
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 @@ -21,7 +21,7 @@
author_email='coreyoordt@gmail.com',
include_package_data=True,
url='http://github.com/callowayproject/django-categories',
packages=find_packages(),
packages=find_packages(exclude=['example*', ]),
classifiers=[
'Framework :: Django',
],
Expand Down

0 comments on commit e770596

Please sign in to comment.