We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f344d8 + f841b52 commit 8f1dd58Copy full SHA for 8f1dd58
.travis.yml
@@ -4,7 +4,7 @@ dist: xenial
4
script:
5
- make tests
6
before_deploy:
7
-- 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
8
- poetry config http-basic.pypi $PYPI_USER $PYPI_PASSWORD
9
- poetry build
10
deploy:
pyproject.toml
@@ -1,7 +1,8 @@
1
[tool.poetry]
2
name = "yangify"
3
-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 <[email protected]>"]
license = "Apache-2.0"
0 commit comments