From 0d92baa67010eb9ec91b6242595c647da9e2730b Mon Sep 17 00:00:00 2001 From: Alexander Koshelev Date: Sun, 24 Jun 2012 03:08:49 +0400 Subject: [PATCH] Exclude tests from installation --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 29312aa4..20f3ea38 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ CLASSIFIERS = [ setup(name='mongoengine', version=VERSION, - packages=find_packages(), + packages=find_packages(exclude=('tests',)), author='Harry Marr', author_email='harry.marr@{nospam}gmail.com', maintainer="Ross Lawley",