mirror of https://github.com/docker/compose.git
Update tagline to match website
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
6580c5609c
commit
75b3dcf5fd
|
@ -68,7 +68,7 @@ def parse_doc_section(name, source):
|
||||||
|
|
||||||
|
|
||||||
class TopLevelCommand(Command):
|
class TopLevelCommand(Command):
|
||||||
"""Punctual, lightweight development environments using Docker.
|
"""Fast, isolated development environments using Docker.
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
fig [options] [COMMAND] [ARGS...]
|
fig [options] [COMMAND] [ARGS...]
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -49,7 +49,7 @@ if sys.version_info < (2, 7):
|
||||||
setup(
|
setup(
|
||||||
name='fig',
|
name='fig',
|
||||||
version=find_version("fig", "__init__.py"),
|
version=find_version("fig", "__init__.py"),
|
||||||
description='Punctual, lightweight development environments using Docker',
|
description='Fast, isolated development environments using Docker',
|
||||||
url='http://www.fig.sh/',
|
url='http://www.fig.sh/',
|
||||||
author='Docker, Inc.',
|
author='Docker, Inc.',
|
||||||
license='Apache License 2.0',
|
license='Apache License 2.0',
|
||||||
|
|
Loading…
Reference in New Issue