mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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',
|
url='https://github.com/untitaker/vdirsyncer',
|
||||||
description='A syncronization tool for vdir',
|
description='A syncronization tool for vdir',
|
||||||
long_description=open('README.rst').read(),
|
long_description=open('README.rst').read(),
|
||||||
packages=find_packages(),
|
packages=find_packages(exclude=['tests']),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': ['vdirsyncer = vdirsyncer.cli:main']
|
'console_scripts': ['vdirsyncer = vdirsyncer.cli:main']
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue