Skip to content

Commit

Permalink
Exclude example app in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Dec 6, 2012
1 parent 2fb7de1 commit da56456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -32,7 +32,7 @@
url='https://github.com/edoburu/django-fluent-comments',
download_url='https://github.com/edoburu/django-fluent-comments/zipball/master',

packages=find_packages(),
packages=find_packages(exclude=('example*',)),
include_package_data=True,

zip_safe=False,
Expand Down

0 comments on commit da56456

Please sign in to comment.