From 54c1f6f845765fa7ed8720bbbc0130d99fc7a123 Mon Sep 17 00:00:00 2001 From: Matthias Baumgartner Date: Sat, 4 Mar 2023 16:51:11 +0100 Subject: setup script --- tagit.toml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tagit.toml (limited to 'tagit.toml') diff --git a/tagit.toml b/tagit.toml deleted file mode 100644 index 8412da7..0000000 --- a/tagit.toml +++ /dev/null @@ -1,11 +0,0 @@ -[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