mirror of
https://github.com/nicolabs/nicobot.git
synced 2025-09-05 06:33:25 +02:00
~ using '=' instead of ':' (not python 2.x compatible)
This commit is contained in:
parent
efa036b265
commit
ea128ef3c7
2
setup.py
Normal file → Executable file
2
setup.py
Normal file → Executable 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'),
|
||||
|
|
Loading…
Reference in a new issue