aboutsummaryrefslogtreecommitdiffstats
path: root/tagit.toml
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2023-03-04 16:51:11 +0100
committerMatthias Baumgartner <dev@igsor.net>2023-03-04 16:51:11 +0100
commit54c1f6f845765fa7ed8720bbbc0130d99fc7a123 (patch)
tree43ffc9ae0276d4ff685b75d2991638bcf27e7f9c /tagit.toml
parentbd484c470a71fb63c7aa3a65a427226aff02adaf (diff)
downloadtagit-54c1f6f845765fa7ed8720bbbc0130d99fc7a123.tar.gz
tagit-54c1f6f845765fa7ed8720bbbc0130d99fc7a123.tar.bz2
tagit-54c1f6f845765fa7ed8720bbbc0130d99fc7a123.zip
setup script
Diffstat (limited to 'tagit.toml')
-rw-r--r--tagit.toml11
1 files changed, 0 insertions, 11 deletions
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"
-