summaryrefslogtreecommitdiff
path: root/calendar_cli/metadata.py
diff options
context:
space:
mode:
Diffstat (limited to 'calendar_cli/metadata.py')
-rw-r--r--calendar_cli/metadata.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/calendar_cli/metadata.py b/calendar_cli/metadata.py
new file mode 100644
index 0000000..a81437f
--- /dev/null
+++ b/calendar_cli/metadata.py
@@ -0,0 +1,15 @@
+metadata = {
+ "version": "0.14.0.dev0",
+ "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",
+}