X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=dc5812f791e75e2d08a53869a2b2e3b26379cf8a;hb=d9a55971b0b87f0d43883f840478f6fbc5f62fde;hp=6ea105cea6d907f0fd301a3cf60172c0d619cbec;hpb=31c6f75e3de00a15174be49145f1a3bbe83063b1;p=osm%2FMON.git diff --git a/setup.py b/setup.py index 6ea105c..dc5812f 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def parse_requirements(requirements): _name = 'osm_mon' -_version_command = ('git describe --match v* --tags --long --dirty', 'pep440-git') +_version_command = ('git describe --match v* --tags --long --dirty', 'pep440-git-full') _description = 'OSM Monitoring Module' _author = "Benjamín Díaz" _author_email = 'bdiaz@whitestack.com' @@ -71,6 +71,11 @@ setup( "osm-common" ], include_package_data=True, + entry_points={ + "console_scripts": [ + "osm-mon-exporter = osm_mon.cmd.exporter:main", + ] + }, dependency_links=[ 'git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common' ],