Skip to content

Commit 4f99290

Browse files
committed
Merge pull request #786 from ibuildthecloud/missing-api
Add docker.api to setup packages
2 parents 4475310 + 10055eb commit 4f99290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
description="Python client for Docker.",
2525
url='https://github.com/docker/docker-py/',
2626
packages=[
27-
'docker', 'docker.auth', 'docker.unixconn', 'docker.utils',
28-
'docker.utils.ports', 'docker.ssladapter'
27+
'docker', 'docker.api', 'docker.auth', 'docker.unixconn',
28+
'docker.utils', 'docker.utils.ports', 'docker.ssladapter'
2929
],
3030
install_requires=requirements,
3131
tests_require=test_requirements,

0 commit comments

Comments
 (0)