mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +03:00
parent
d37a533423
commit
87a68a6ea8
12 changed files with 5 additions and 4146 deletions
4
setup.py
Executable file → Normal file
4
setup.py
Executable file → Normal file
|
@ -63,10 +63,10 @@ setup(
|
|||
"Radicale-%s.tar.gz" % VERSION),
|
||||
license="GNU GPL v3",
|
||||
platforms="Any",
|
||||
packages=["radicale", "radicale_vobject"],
|
||||
packages=["radicale"],
|
||||
package_data={"radicale": WEB_FILES},
|
||||
entry_points={"console_scripts": ["radicale = radicale.__main__:run"]},
|
||||
install_requires=["python-dateutil==2.6.1"],
|
||||
install_requires=["vobject==0.9.5", "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