chess_emotions_app / pyproject.toml
RemiFabre
Initial commit
61f606d
raw
history blame contribute delete
625 Bytes
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "chess_emotions_app"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"reachy-mini"
]
keywords = ["reachy-mini-app"]
[project.entry-points."reachy_mini_apps"]
chess_emotions_app = "chess_emotions_app.main:ChessEmotionsApp"
[tool.setuptools]
package-dir = { "" = "." }
include-package-data = true
[tool.setuptools.packages.find]
where = ["."]
[tool.setuptools.package-data]
chess_emotions_app = ["**/*"] # Also include all non-.py files