edyn-ww 0.1.0

Interactive Motion Primitives & Flight Surface
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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"