Repo init

This commit is contained in:
2025-11-11 11:37:40 +01:00
commit cf77d61526
2 changed files with 14 additions and 0 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[tool.poetry]
name = "agent-media"
version = "0.1.0"
description = ""
authors = ["Francwa <francois.hodiaumont@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"