Removes tools from grouping.

This commit is contained in:
2026-02-22 21:31:21 -08:00
parent d43c49d219
commit a5e9835d55
77 changed files with 260 additions and 2497 deletions

View File

@@ -0,0 +1,16 @@
[project]
name = "android-backup"
version = "0.1.0"
description = "Backup Android device using ADB"
requires-python = ">=3.11"
dependencies = []
[project.scripts]
android-backup = "android_backup.main:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/android_backup"]

File diff suppressed because it is too large Load Diff