Update setup.cfg to install package correctly

Adds `files` section with packages to correctly install the module

Change-Id: Ia7b6b60aa4280e4d84db9cbd7861a27a9ea53638
This commit is contained in:
Iury Gregory Melo Ferreira 2019-07-12 09:44:13 +02:00
parent 41ee7fd6da
commit f7e9344fac
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@ classifier =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[files]
packages =
ironic_prometheus_exporter
[entry_points]
oslo.messaging.notify.drivers =
prometheus_exporter = ironic_prometheus_exporter.messaging:PrometheusFileDriver