[build-system]
requires = ["setuptools>=61.0.0"]
build-backend = "setuptools.build_meta"
[project]
name = "edyn"
version = "0.0.1a1"
description = """Interactive Motion Primitives & Flight Surface"""
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"License :: OSI Approved :: MIT License"
]
[project.urls]
Homepage = "https://github.com/waxandwires/edyn"