Unverified Kaydet (Commit) 04e94379 authored tarafından Ben Firshman's avatar Ben Firshman

Update setup.py details

Move from "docker-py" package to "docker".
Signed-off-by: 's avatarBen Firshman <ben@firshman.co.uk>
üst e04c4ad8
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment