summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 02f4d826..b0d1132c 100644
--- a/setup.py
+++ b/setup.py
@@ -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,