diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-03-04 16:51:11 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-03-04 16:51:11 +0100 |
commit | 54c1f6f845765fa7ed8720bbbc0130d99fc7a123 (patch) | |
tree | 43ffc9ae0276d4ff685b75d2991638bcf27e7f9c /tagit.toml | |
parent | bd484c470a71fb63c7aa3a65a427226aff02adaf (diff) | |
download | tagit-54c1f6f845765fa7ed8720bbbc0130d99fc7a123.tar.gz tagit-54c1f6f845765fa7ed8720bbbc0130d99fc7a123.tar.bz2 tagit-54c1f6f845765fa7ed8720bbbc0130d99fc7a123.zip |
setup script
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" - |