1
0
mirror of https://github.com/docker/compose.git synced 2025-04-07 19:55:07 +02:00

Docker, Inc.

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
Ben Firshman 2014-07-24 10:24:02 -07:00
parent e1a0937a61
commit 99064d17dd
2 changed files with 2 additions and 3 deletions

@ -176,7 +176,7 @@
END OF TERMS AND CONDITIONS
Copyright 2014 Orchard Laboratories Ltd.
Copyright 2014 Docker, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

@ -33,8 +33,7 @@ setup(
version=find_version("fig", "__init__.py"),
description='Punctual, lightweight development environments using Docker',
url='http://www.fig.sh/',
author='Orchard Laboratories Ltd.',
author_email='hello@orchardup.com',
author='Docker, Inc.',
license='Apache License 2.0',
packages=find_packages(),
include_package_data=True,