forked from salomonerobert/adk-design-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (27 loc) · 1.11 KB
/
pyproject.toml
File metadata and controls
29 lines (27 loc) · 1.11 KB
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
26
27
28
29
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "adk-design-agent"
version = "3.2.0"
authors = [
{ name="OTRONTO-F", email="otronto.f@example.com" },
]
description = "An intelligent multi-agent AI system built with Google ADK for virtual clothing try-on with automatic multi-view generation and batch processing"
readme = "README.md"
requires-python = ">=3.10"
keywords = ["virtual-try-on", "ai-agent", "google-adk", "gemini", "fashion", "multi-agent", "imagen"]
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
[project.urls]
"Homepage" = "https://github.com/OTRONTO-F/adk-design-agent"
"Bug Tracker" = "https://github.com/OTRONTO-F/adk-design-agent/issues"
"Documentation" = "https://github.com/OTRONTO-F/adk-design-agent#readme"