test_app / pyproject.toml
laureen
Initial commit
98b6719
raw
history blame contribute delete
576 Bytes
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "test_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"]
test_app = "test_app.main:TestApp"
[tool.setuptools]
package-dir = { "" = "." }
include-package-data = true
[tool.setuptools.packages.find]
where = ["."]
[tool.setuptools.package-data]
test_app = ["**/*"] # Also include all non-.py files