mirror of https://github.com/docker/docker-py.git
Make docker.utils.ports a single file
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
19eefcf705
commit
b49cacced0
|
@ -1,4 +0,0 @@
|
||||||
from .ports import (
|
|
||||||
split_port,
|
|
||||||
build_port_bindings
|
|
||||||
) # flake8: noqa
|
|
2
setup.py
2
setup.py
|
@ -50,7 +50,7 @@ setup(
|
||||||
url='https://github.com/docker/docker-py/',
|
url='https://github.com/docker/docker-py/',
|
||||||
packages=[
|
packages=[
|
||||||
'docker', 'docker.api', 'docker.transport', 'docker.utils',
|
'docker', 'docker.api', 'docker.transport', 'docker.utils',
|
||||||
'docker.utils.ports', 'docker.types',
|
'docker.types',
|
||||||
],
|
],
|
||||||
install_requires=requirements,
|
install_requires=requirements,
|
||||||
tests_require=test_requirements,
|
tests_require=test_requirements,
|
||||||
|
|
Loading…
Reference in New Issue