mirror of https://github.com/docker/compose.git
commit
ed283fd3df
2
LICENSE
2
LICENSE
|
@ -176,7 +176,7 @@
|
||||||
|
|
||||||
END OF TERMS AND CONDITIONS
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
Copyright 2014 Orchard Laboratories Ltd.
|
Copyright 2014 Docker, Inc.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -33,8 +33,7 @@ setup(
|
||||||
version=find_version("fig", "__init__.py"),
|
version=find_version("fig", "__init__.py"),
|
||||||
description='Punctual, lightweight development environments using Docker',
|
description='Punctual, lightweight development environments using Docker',
|
||||||
url='http://www.fig.sh/',
|
url='http://www.fig.sh/',
|
||||||
author='Orchard Laboratories Ltd.',
|
author='Docker, Inc.',
|
||||||
author_email='hello@orchardup.com',
|
|
||||||
license='Apache License 2.0',
|
license='Apache License 2.0',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
|
Loading…
Reference in New Issue