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