summaryrefslogtreecommitdiff
path: root/calendar_cli/metadata.py
blob: 39a6c4b737bd9e134409d19fb7fbccd942ad8955 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
metadata = {
    "version": "0.14.1",
    "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",
    "name": "calendar_cli",
    "description": "Simple command-line CalDav client, for adding and browsing calendar items, todo list items, etc.",
    "url": "https://github.com/tobixen/calendar-cli",
}