Skip to content

Commit

Permalink
Exclude examples from being installed into the site-package namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
brutasse committed Jul 5, 2013
1 parent 0041cce commit 815ec9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -122,7 +122,7 @@ def find_package_data(where=".", package="", exclude=standard_exclude,
setup(
name='django-ses',
version='0.5.0', # When changing this, remember to change it in __init__.py
packages=find_packages(),
packages=find_packages(exclude=['example']),
package_data=package_data,
author='Harry Marr',
author_email='harry@hmarr.com',
Expand Down

0 comments on commit 815ec9e

Please sign in to comment.