[project] name = "test-stand" version = "0.1.0" description = "GUI for ramping Crazyflie motors on a thrust test stand" readme = "README.md" requires-python = ">=3.10" dependencies = [ "cflib>=0.1.27", "dearpygui>=2.0", ] [project.scripts] test-stand = "test_stand.app:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["test_stand"]