From 5d5989b67e9ab2f6b7ce6c2cd5dbb8aa1b0b93e2 Mon Sep 17 00:00:00 2001 From: Oskar Hahn Date: Sun, 25 Nov 2012 00:19:38 +0100 Subject: [PATCH] removed the tests package from the distribution --- .gitignore | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d5edd3499..7f7a1c453 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ build/* dist/* .DS_Store settings.py +versiontools* # Unit test / coverage reports .coverage diff --git a/setup.py b/setup.py index 6b2911a46..c7da7ef4d 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( author='OpenSlides-Team', author_email='support@openslides.org', license='GPL2+', - packages=find_packages(), + packages=find_packages(exclude=['tests']), include_package_data = True, classifiers = [ # http://pypi.python.org/pypi?%3Aaction=list_classifiers