Fork vobject

This commit is contained in:
Unrud 2018-04-26 00:05:03 +02:00 committed by Unrud
parent 735bec6be2
commit 126a31c82a
12 changed files with 4146 additions and 5 deletions

4
setup.py Normal file → Executable file
View file

@ -63,10 +63,10 @@ setup(
"Radicale-%s.tar.gz" % VERSION),
license="GNU GPL v3",
platforms="Any",
packages=["radicale"],
packages=["radicale", "radicale_vobject"],
package_data={"radicale": WEB_FILES},
entry_points={"console_scripts": ["radicale = radicale.__main__:run"]},
install_requires=["vobject==0.9.5", "python-dateutil==2.6.1"],
install_requires=["python-dateutil==2.6.1"],
setup_requires=pytest_runner,
tests_require=tests_require,
extras_require={