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: 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"