diff --git a/pkgmgr.yml b/pkgmgr.yml deleted file mode 100644 index 1995fc5..0000000 --- a/pkgmgr.yml +++ /dev/null @@ -1,7 +0,0 @@ -version: 1 - -author: "Kevin Veen-Birkenbach" -url: "https://github.com/kevinveenbirkenbach/package-manager" -description: "A configurable Python-based package manager for managing multiple repositories via Bash." - -dependencies: [] diff --git a/pkgmgr/cli/__init__.py b/pkgmgr/cli/__init__.py index 1bda9da..48466ed 100644 --- a/pkgmgr/cli/__init__.py +++ b/pkgmgr/cli/__init__.py @@ -34,7 +34,6 @@ dependency formats, including: • \033[1;33mNix:\033[0m flake.nix • \033[1;33mArch Linux:\033[0m PKGBUILD • \033[1;33mAnsible:\033[0m requirements.yml - • \033[1;33mpkgmgr-native:\033[0m pkgmgr.yml This allows pkgmgr to perform installation, updates, verification, dependency resolution, and synchronization across complex multi-repo environments — with a