From bebccfab99850b293a95364905b0dc4e26d59faf Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 29 Mar 2020 10:40:42 +0200 Subject: [PATCH] Pass tar.gz file --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d4c1da..a3c06c4 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,7 @@ task or expose it in the environment and it will be picked up. Include an entry in your `requirements.yml` like so. ```yaml -- src: https://git.autonomic.zone/autonomic-cooperative/autonomic.gandi - version: 0.0.3 +- src: https://git.autonomic.zone/autonomic-cooperative/autonomic.gandi/archive/0.0.3.tar.gz name: autonomic.gandi ```