aboutsummaryrefslogtreecommitdiffstats
path: root/tagit.toml
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2022-12-18 16:34:22 +0100
committerMatthias Baumgartner <dev@igsor.net>2022-12-18 16:34:22 +0100
commite1e77797454ac747b293f589d8f2e0243173a419 (patch)
treebbc69d85a5411892ea54c80542335f269a29d9e6 /tagit.toml
downloadtagit-e1e77797454ac747b293f589d8f2e0243173a419.tar.gz
tagit-e1e77797454ac747b293f589d8f2e0243173a419.tar.bz2
tagit-e1e77797454ac747b293f589d8f2e0243173a419.zip
initial commit
Diffstat (limited to 'tagit.toml')
-rw-r--r--tagit.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/tagit.toml b/tagit.toml
new file mode 100644
index 0000000..8412da7
--- /dev/null
+++ b/tagit.toml
@@ -0,0 +1,11 @@
+[project]
+name = "tagit"
+description = "A frontend to the Black Star File System."
+version = "0.0.1"
+license = {text = "BSD 3-Clause License"}
+authors = [{name='Matthias Baumgartner', email="dev@igsor.net"}]
+dependencies = [
+ "kivy",
+]
+requires-python = ">=3.7"
+