Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update setup.py and things #1305

Merged
merged 4 commits into from
Nov 28, 2016
Merged

Update setup.py and things #1305

merged 4 commits into from
Nov 28, 2016

Conversation

bfirsh
Copy link
Contributor

@bfirsh bfirsh commented Nov 23, 2016

A few things here:

  • Update package name to be docker, rather than docker-py. This wasn't explicitly mentioned in A new user-focused API #1186, but seems like like a sensible thing to me because:
    1. We have the package on PyPi
    2. It means pip install docker-py won't break when we release 2.0.
    3. It means pip install ... and import ... are consistent.
  • Tidy up some metadata in setup.py
  • Use find_packages in setup.py
  • Bump the version to 2.0.0-dev

It's not the Docker API.

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
Move from "docker-py" package to "docker".

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
It was missing docker.models, and this will fix it forever more.

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
@shin-
Copy link
Contributor

shin- commented Nov 28, 2016

LGTM!

@shin- shin- merged commit f36c289 into docker:master Nov 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants