From 31112dd8b858ae0b971a202d6b9c5eb71f9434ce Mon Sep 17 00:00:00 2001 From: Andrei Pokhilko Date: Mon, 12 Aug 2019 20:07:07 +0600 Subject: [PATCH] add repo link to the script file --- registry.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/registry.py b/registry.py index 686d83b..dbc82d1 100755 --- a/registry.py +++ b/registry.py @@ -1,5 +1,11 @@ #!/usr/bin/env python +###### +# github repository: https://github.com/andrey-pohilko/registry-cli +# +# please read more details about the script, usage options and license info there +###### + import requests import ast from requests.packages.urllib3.exceptions import InsecureRequestWarning