Update setup name

The spec to build the package in RDO will use underscore,
updating the name to match the one in the spec file.
This commit is contained in:
Iury Gregory Melo Ferreira 2019-06-05 15:47:58 +02:00
parent 8414213c8a
commit 47fe64fb7d

View File

@ -19,7 +19,7 @@ def parse_requirements(file_name):
setup(
name='ironic.prometheus.exporter',
name='ironic_prometheus_exporter',
version='1.0.0',
description='Prometheus Exporter for Ironic Hardware Sensor data',
url='',