blob: 8412da7ffc30798c3e3e8fd7a89a7c01d9b6dbef (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[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"
|