mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-28 09:25:50 +00:00
Exclude tests from installation
This commit is contained in:
parent
dace3b5daa
commit
e4be96f782
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Reference in a new issue