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:
Ben Firshman 2016-11-23 14:52:59 +00:00
parent e04c4ad83f
commit 04e9437986
No known key found for this signature in database
GPG Key ID: 18296449E36D2F1E
1 changed files with 4 additions and 4 deletions

View File

@ -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',