Description: Exclude example directory from packaging in global python namespace.
Author: Janos Guljas <janos@resenje.org>
Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634923
Last-Update: 2012-06-07


--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@
     license='BSD',
     url='http://bitbucket.org/jezdez/django-authority/',
     download_url='http://bitbucket.org/jezdez/django-authority/downloads/',
-    packages=find_packages(),
+    packages=find_packages(exclude=('example','example.exampleapp')),
     classifiers=[
         'Development Status :: 3 - Alpha',
         'Environment :: Web Environment',
