added package removal, brew, flatpak, ostree, nix xupport
This commit is contained in:
parent
da6d24c74f
commit
df1f387795
16 changed files with 596 additions and 362 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue