From 50ead10978ee7e0d9cc753d5b6493bcadd7cff7e Mon Sep 17 00:00:00 2001 From: Arseniy Kuznetsov Date: Mon, 4 Jan 2021 20:10:20 +0100 Subject: [PATCH] cli options --- README.md | 3 +-- setup.py | 9 ++------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index dc6226c..5d475aa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ - ![License](https://img.shields.io/badge/License-GNU%20GPL-blue.svg) ![Language](https://img.shields.io/badge/python-v3.6-blue) ![License](https://img.shields.io/badge/mikrotik-routeros-orange) @@ -25,7 +24,7 @@ ## Description Prometheus Exporter for Mikrotik RouterOS. MKTXP enables gathering metrics across multiple RouterOS devices, all easily configurable via built-in CLI interface. -Comes along with a dedicated [Grafana dashboard](https://grafana.com/grafana/dashboards/13679) +Comes with a dedicated [Grafana dashboard](https://grafana.com/grafana/dashboards/13679) ## Getting started diff --git a/setup.py b/setup.py index 55f5ae0..7cf98c2 100755 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup( keywords = 'Mikrotik RouterOS Prometheus Exporter', - install_requires = ['prometheus-client>=0.9.0', 'librouteros>=3.0.2'], + install_requires = ['prometheus-client>=0.9.0', 'RouterOS-api>=0.17.0'], test_suite = 'tests.mktxp_test_suite', @@ -59,7 +59,6 @@ setup( 'Programming Language :: Python', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3 :: Only', - 'Intended Audience :: End Users.Desktop', 'Intended Audience :: Developers', 'Intended Audience :: System Administrators', 'Intended Audience :: Information Technology', @@ -67,11 +66,7 @@ setup( 'Operating System :: POSIX :: Linux', 'Topic :: System', 'Topic :: System :: Systems Administration', - 'Topic :: Utilities', - 'Topic :: Mikrotik', - 'Topic :: Mikrotik :: RouterOS', - 'Topic :: Prometheus', - 'Topic :: Prometheus :: Exporter' + 'Topic :: Utilities' ] )