diff options
author | Matthias Baumgartner <dev@igsor.net> | 2022-12-18 16:34:22 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2022-12-18 16:34:22 +0100 |
commit | e1e77797454ac747b293f589d8f2e0243173a419 (patch) | |
tree | bbc69d85a5411892ea54c80542335f269a29d9e6 /tagit.toml | |
download | tagit-e1e77797454ac747b293f589d8f2e0243173a419.tar.gz tagit-e1e77797454ac747b293f589d8f2e0243173a419.tar.bz2 tagit-e1e77797454ac747b293f589d8f2e0243173a419.zip |
initial commit
Diffstat (limited to 'tagit.toml')
-rw-r--r-- | tagit.toml | 11 |
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" + |