[project] dependencies = [ "matplotlib", "numpy", "rich-pixels == 2.2.0", "textual", "pillow", "rich" ] name = "ddrescue-tui" version = "0.3.0" authors = [ { name="Simon Moser", email="info@smoser.eu" }, ] description = "A terminal UI for ddrescue" readme = "README.md" requires-python = ">=3.10" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] [project.optional-dependencies] dev = ["textual-dev"] [project.scripts] ddrescue-tui = "ddrescue_tui:run_tui" [project.urls] Homepage = "https://github.com/freiburg-missing-semester-course/project-MrMcX" Issues = "https://github.com/freiburg-missing-semester-course/project-MrMcX/issues" [build-system] requires = ["hatchling"] build-backend = "hatchling.build"