case PyPI correctly

Signed-off-by: Thomas Grainger <tom.grainger@procensus.com>
This commit is contained in:
Thomas Grainger 2016-11-22 11:14:56 +00:00
parent f5ad3e7577
commit 024b5dd6da
No known key found for this signature in database
GPG Key ID: 995EA0A029283160
2 changed files with 2 additions and 2 deletions

View File

@ -814,7 +814,7 @@ Fig has been renamed to Docker Compose, or just Compose for short. This has seve
- The command you type is now `docker-compose`, not `fig`.
- You should rename your fig.yml to docker-compose.yml.
- If youre installing via PyPi, the package is now `docker-compose`, so install it with `pip install docker-compose`.
- If youre installing via PyPI, the package is now `docker-compose`, so install it with `pip install docker-compose`.
Besides that, theres a lot of new stuff in this release:

View File

@ -54,7 +54,7 @@ git push $GITHUB_REPO $VERSION
echo "Uploading the docker image"
docker push docker/compose:$VERSION
echo "Uploading sdist to pypi"
echo "Uploading sdist to PyPI"
pandoc -f markdown -t rst README.md -o README.rst
sed -i -e 's/logo.png?raw=true/https:\/\/github.com\/docker\/compose\/raw\/master\/logo.png?raw=true/' README.rst
./script/build/write-git-sha