Exclude tests from installation

This commit is contained in:
Markus Unterwaditzer 2014-03-20 22:22:54 +01:00
parent dace3b5daa
commit e4be96f782

View file

@ -20,7 +20,7 @@ setup(
url='https://github.com/untitaker/vdirsyncer',
description='A syncronization tool for vdir',
long_description=open('README.rst').read(),
packages=find_packages(),
packages=find_packages(exclude=['tests']),
include_package_data=True,
entry_points={
'console_scripts': ['vdirsyncer = vdirsyncer.cli:main']