~ using '=' instead of ':' (not python 2.x compatible)

This commit is contained in:
nicobo 2021-01-25 23:33:15 +01:00
parent efa036b265
commit ea128ef3c7
No known key found for this signature in database
GPG key ID: 2581E71C5FA5285F

2
setup.py Normal file → Executable file
View file

@ -23,7 +23,7 @@ def local_scheme(version):
"""
class DockerTagsCommand(setuptools.Command):
description: "Prints a tag list for the given 'base tag'"
description = "Prints a tag list for the given 'base tag'"
user_options = [
('image=', 'i', 'Image name (defaults to nicolabs/nicobot)'),
('variant=', 'v', 'Image variant / base tag : debian|debian-signal|alpine'),