jericho / pyproject.toml
Celianv2's picture
Initial commit
f205716
Raw
History Blame Contribute Delete
572 Bytes
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "jericho"
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"]
jericho = "jericho.main:Jericho"
[tool.setuptools]
package-dir = { "" = "." }
include-package-data = true
[tool.setuptools.packages.find]
where = ["."]
[tool.setuptools.package-data]
jericho = ["**/*"] # Also include all non-.py files