-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
25 lines (24 loc) · 957 Bytes
/
Copy pathpyproject.toml
File metadata and controls
25 lines (24 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[project]
name = "qsflow"
version = "1.0.0"
description = "Local-first AI-assisted object detection annotation desktop app"
readme = "README.md"
requires-python = ">=3.10,<3.13"
license = {text = "AGPL-3.0-or-later"}
authors = [{name = "K&C and QSflow contributors"}]
keywords = ["annotation", "object-detection", "yolo", "pascal-voc", "coco", "pyside6"]
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Win32 (MS Windows)",
"Framework :: Qt",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
[project.urls]
Homepage = "https://github.com/yulianQS/QSflow"
Issues = "https://github.com/yulianQS/QSflow/issues"
Source = "https://github.com/yulianQS/QSflow"