From db11f08cfb961ff59b600297e235830c35aff7bd Mon Sep 17 00:00:00 2001 From: David Barroso Date: Mon, 6 May 2019 16:27:09 +0200 Subject: [PATCH 1/2] fix poetry url --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1d4068e..d97f936 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ dist: xenial script: - make tests before_deploy: -- curl -sSL https://raw.githubusercontent.com/Victor-Savu/poetry/patch-1/get-poetry.py | python +- curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python - poetry config http-basic.pypi $PYPI_USER $PYPI_PASSWORD - poetry build deploy: From f841b52a75d246e39234f6b7d653309852db2c5e Mon Sep 17 00:00:00 2001 From: David Barroso Date: Mon, 6 May 2019 16:35:34 +0200 Subject: [PATCH 2/2] add readme to poetry --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ba5f47..5bc2ab5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,8 @@ [tool.poetry] name = "yangify" -version = "0.1.0" +version = "0.1.1" description = "Library to help parsing/translating YANG models from/to native text/structures" +readme = "README.md" authors = ["David Barroso "] license = "Apache-2.0"