From ae0795c254d32a1df63e56e4b64328e9fade8f39 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh <aquynh@gmail.com> Date: Mon, 1 Aug 2016 08:16:20 +0800 Subject: [PATCH] python: added few notes on PyPi upload to setup.py --- bindings/python/setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bindings/python/setup.py b/bindings/python/setup.py index 4f9f8ae..8088bb0 100755 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -1,6 +1,9 @@ #!/usr/bin/env python # Python binding for Keystone engine. Nguyen Anh Quynh <aquynh@gmail.com> +# upload TestPyPi package with: $ python setup.py sdist upload -r pypitest +# upload PyPi package with: $ python setup.py sdist upload -r pypi + import glob import os import platform -- GitLab