mirror of https://github.com/docker/docker-py.git
Update setup.py details
Move from "docker-py" package to "docker". Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
e04c4ad83f
commit
04e9437986
8
setup.py
8
setup.py
|
@ -43,11 +43,11 @@ except IOError:
|
|||
pass
|
||||
|
||||
setup(
|
||||
name="docker-py",
|
||||
name="docker",
|
||||
version=version,
|
||||
description="Python client for Docker.",
|
||||
description="A Python library for the Docker Engine API.",
|
||||
long_description=long_description,
|
||||
url='https://github.com/docker/docker-py/',
|
||||
url='https://github.com/docker/docker-py',
|
||||
packages=[
|
||||
'docker', 'docker.api', 'docker.transport', 'docker.utils',
|
||||
'docker.types',
|
||||
|
@ -58,7 +58,7 @@ setup(
|
|||
zip_safe=False,
|
||||
test_suite='tests',
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Environment :: Other Environment',
|
||||
'Intended Audience :: Developers',
|
||||
'Operating System :: OS Independent',
|
||||
|
|
Loading…
Reference in New Issue