summaryrefslogtreecommitdiff
path: root/calendar_cli/metadata.py
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2022-11-06 10:23:24 +0100
committerTobias Brox <tobias@redpill-linpro.com>2022-11-06 10:23:24 +0100
commit891359b85d305199a76283f412107359e8674b7d (patch)
tree924566a50b183bc311fce68b1d61699edbc1d97a /calendar_cli/metadata.py
parent68e2b2dfdaebd01a0bdd2b1f4d9f87f3b203a7fb (diff)
downloadcalendar-cli-891359b85d305199a76283f412107359e8674b7d.zip
reorganized the repository - should fix https://github.com/tobixen/calendar-cli/issues/94
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",
+}