diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-03-05 19:17:00 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-03-05 19:17:00 +0100 |
commit | 5a325565f917c8b1d233d8e6373756c253400909 (patch) | |
tree | e6e0b475c7ab5c6a7ff4f0ea7ad1b08cecf05e68 /tagit.toml | |
parent | e1e77797454ac747b293f589d8f2e0243173a419 (diff) | |
parent | 98e567933723c59d1d97b3a85e649cfdce514676 (diff) | |
download | tagit-5a325565f917c8b1d233d8e6373756c253400909.tar.gz tagit-5a325565f917c8b1d233d8e6373756c253400909.tar.bz2 tagit-5a325565f917c8b1d233d8e6373756c253400909.zip |
Merge branch 'develop'v0.23.03
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" - |