mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 13:47:37 +03:00
Fork vobject
This commit is contained in:
parent
735bec6be2
commit
126a31c82a
12 changed files with 4146 additions and 5 deletions
4
setup.py
Normal file → Executable file
4
setup.py
Normal file → Executable 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={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue