From e1e77797454ac747b293f589d8f2e0243173a419 Mon Sep 17 00:00:00 2001 From: Matthias Baumgartner Date: Sun, 18 Dec 2022 16:34:22 +0100 Subject: initial commit --- tagit.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tagit.toml (limited to 'tagit.toml') 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" + -- cgit v1.2.3