From 371f71c1a01271545465d426ba8d305838f49cae Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Wed, 21 Aug 2019 03:31:17 -0300 Subject: [PATCH] Added package plz (#1148) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 9519c52..4242da4 100644 --- a/packages.json +++ b/packages.json @@ -14078,5 +14078,18 @@ "description": "CMake for Nimble", "license": "MIT", "web": "https://github.com/genotrance/cmake" + }, + { + "name": "plz", + "url": "https://github.com/juancarlospaco/nim-pypi", + "method": "git", + "tags": [ + "python", + "pip", + "nimpy" + ], + "description": "PLZ Python PIP alternative", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-pypi" } ]