Make docker.utils.ports a single file

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
Ben Firshman 2016-09-15 14:31:50 +01:00
parent 19eefcf705
commit b49cacced0
No known key found for this signature in database
GPG Key ID: 18296449E36D2F1E
3 changed files with 1 additions and 5 deletions

View File

@ -1,4 +0,0 @@
from .ports import (
split_port,
build_port_bindings
) # flake8: noqa

View File

@ -50,7 +50,7 @@ setup(
url='https://github.com/docker/docker-py/',
packages=[
'docker', 'docker.api', 'docker.transport', 'docker.utils',
'docker.utils.ports', 'docker.types',
'docker.types',
],
install_requires=requirements,
tests_require=test_requirements,