Skip to content
Snippets Groups Projects
Commit 2ce6f985 authored by Ladislav Lhotka's avatar Ladislav Lhotka
Browse files

Minor fixes.

parent cb8bb1cf
No related branches found
Tags 1.2.0rc2
No related merge requests found
PROJECT = yangson
VERSION = 1.2.0rc1
VERSION = 1.2.0rc2
.PHONY = tags deps install-deps test
tags:
......@@ -15,8 +15,8 @@ test:
@py.test tests
release:
git tag -a -m "Yangson release $(VERSION)"
rm dist/*
git tag -a -m "Yangson release $(VERSION)" $(VERSION)
rm -f dist/*
python setup.py sdist
python setup.py bdist_wheel
......
......@@ -37,7 +37,7 @@ Installation
The *Yangson* package is available from PyPI_ and can be installed
using the *pip* package manager as follows::
$ pip install yangson
python -m pip install yangson
Naming of YANG Modules
======================
......
......@@ -11,7 +11,7 @@ setup(
url = "https://github.com/CZ-NIC/yangson",
entry_points = {
"console_scripts": ["yangson=yangson.__main__:main"]
}
},
install_requires = ["PyXB"],
tests_require = ["pytest"],
keywords = ["yang", "data model", "configuration", "json"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment