aboutsummaryrefslogtreecommitdiffstats
path: root/tagit.toml
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2023-03-05 19:17:00 +0100
committerMatthias Baumgartner <dev@igsor.net>2023-03-05 19:17:00 +0100
commit5a325565f917c8b1d233d8e6373756c253400909 (patch)
treee6e0b475c7ab5c6a7ff4f0ea7ad1b08cecf05e68 /tagit.toml
parente1e77797454ac747b293f589d8f2e0243173a419 (diff)
parent98e567933723c59d1d97b3a85e649cfdce514676 (diff)
downloadtagit-0.23.03.tar.gz
tagit-0.23.03.tar.bz2
tagit-0.23.03.zip
Merge branch 'develop'v0.23.03
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"
-