[project] name = "rangeview" version = "0.1.0" description = "Visualise Crazyflie Multi-ranger ToF data and map the drone's surroundings" readme = "README.md" requires-python = ">=3.10" dependencies = [ # Crazyflie radio link, logging, commander, supervisor arming API. # 0.1.25 is the first release with the supervisor arming API used here. "cflib>=0.1.25", # Immediate-mode GUI (same binding as the test-stand / mission clients). "dearpygui>=2.0", ] [project.scripts] rangeview = "rangeview.app:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["rangeview"]