diff --git a/setup.py b/setup.py index 4d9bd943..fa896926 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', ], - packages=find_packages(), + packages=find_packages(exclude=['docs', 'tests']), install_requires=[ 'fauxfactory', 'inflection',