Kaydet (Commit) 10055eb9 authored tarafından Darren Shepherd's avatar Darren Shepherd

Add docker.api to setup packages

Signed-off-by: 's avatarDarren Shepherd <darren@rancher.com>
üst 4475310e
......@@ -24,8 +24,8 @@ setup(
description="Python client for Docker.",
url='https://github.com/docker/docker-py/',
packages=[
'docker', 'docker.auth', 'docker.unixconn', 'docker.utils',
'docker.utils.ports', 'docker.ssladapter'
'docker', 'docker.api', 'docker.auth', 'docker.unixconn',
'docker.utils', 'docker.utils.ports', 'docker.ssladapter'
],
install_requires=requirements,
tests_require=test_requirements,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment