diff options
author | Unrud <unrud@outlook.com> | 2022-04-18 23:45:34 +0200 |
---|---|---|
committer | Unrud <unrud@outlook.com> | 2022-04-18 23:45:34 +0200 |
commit | 53d3a95af5b58cfa3242cef645f8d40c731a7d95 (patch) | |
tree | 3e2dda783f914abfb5441600064f22b0a75a4625 /setup.py | |
parent | Search web_data independent of working directory (diff) | |
download | radicaleinfcloud-master.tar.gz radicaleinfcloud-master.tar.bz2 radicaleinfcloud-master.zip |
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ import os from setuptools import setup -VERSION = "3.1.1" +VERSION = "3.1.6" package_path = os.path.join(os.path.dirname(__file__), "radicale_infcloud") web_data = sum(( @@ -23,4 +23,4 @@ setup( platforms="Any", packages=["radicale_infcloud"], package_data={"radicale_infcloud": web_data}, - install_requires=["radicale>=3.1.1"]) + install_requires=["radicale>=3.1.6"]) |