diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-03-05 19:16:41 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-03-05 19:16:41 +0100 |
commit | 98e567933723c59d1d97b3a85e649cfdce514676 (patch) | |
tree | e6e0b475c7ab5c6a7ff4f0ea7ad1b08cecf05e68 /tagit.toml | |
parent | bf98c062ece242a5fc56de0f1adbc12f0588809a (diff) | |
parent | 5e88d395dee651175a277092c712249e3898a7d8 (diff) | |
download | tagit-98e567933723c59d1d97b3a85e649cfdce514676.tar.gz tagit-98e567933723c59d1d97b3a85e649cfdce514676.tar.bz2 tagit-98e567933723c59d1d97b3a85e649cfdce514676.zip |
Merge branch 'mb/newdesign' into develop
Diffstat (limited to 'tagit.toml')
-rw-r--r-- | tagit.toml | 11 |
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" - |