diff --git a/README.md b/README.md index 5d475aa..3b184c0 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ * Windows: TBD / maybe #### Install: -- from [PyPI](https://pypi.python.org/pypi/batchmp): `$ pip install mktxp` +- from [PyPI](https://pypi.org/project/mktxp/): `$ pip install mktxp` - latest from source repository: `$ pip install git+https://github.com/akpw/mktxp` diff --git a/setup.py b/setup.py index 7cf98c2..13fc017 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ with open(path.join(pkg_dir, 'README.md'), encoding='utf-8') as f: setup( name='mktxp', - version='0.14', + version='0.16', url='https://github.com/akpw/mktxp', @@ -43,7 +43,7 @@ setup( keywords = 'Mikrotik RouterOS Prometheus Exporter', - install_requires = ['prometheus-client>=0.9.0', 'RouterOS-api>=0.17.0'], + install_requires = ['prometheus-client>=0.9.0', 'RouterOS-api>=0.17.0', 'configobj>=5.0.6'], test_suite = 'tests.mktxp_test_suite',