summaryrefslogtreecommitdiff
path: root/metadata.py
blob: 1d46a69e417c4dd7d0430dd32eac33ad2a76f0e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
metadata = {
    "version": "0.14.0dev",
    "author": "Tobias Brox",
    "author_short": "tobixen",
    "copyright": "Copyright 2013-2022, Tobias Brox and contributors",
    "license": "GPLv3+",
    "license_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
    "maintainer": "Tobias Brox",
    "author_email": "t-calendar-cli@tobixen.no",
    "status": "Development",
    "product": "calendar-cli",
    "description": "high-level cli against caldav servers",
}