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