added package removal, brew, flatpak, ostree, nix xupport

This commit is contained in:
randogoth 2025-12-24 08:54:24 +02:00
parent da6d24c74f
commit df1f387795
16 changed files with 596 additions and 362 deletions

View file

@ -1,13 +1,13 @@
[project]
name = "forge"
name = "curator"
version = "0.1.0"
description = "A home-manager style Fedora configuration helper."
readme = "README.md"
requires-python = ">=3.11"
dependencies = ["tomlkit>=0.12"]
dependencies = []
[project.scripts]
forge = "forge.cli:main"
curator = "curator.cli:main"
[build-system]
requires = ["hatchling"]