2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-27 19:37:44 +00:00

Fix typo in the setup.py template

The template for non-pbr builds had a mistake.

Change-Id: Ic79bf1dcbbe851c5664f95cf3cb26f3251d73b35
This commit is contained in:
Jarrod Johnson 2019-02-07 10:55:04 -05:00
parent 06b8ab4193
commit 1721f7b237

View File

@ -22,6 +22,6 @@ setuptools.setup(
version='#VERSION#',
description='Python General Hardware Management Initiative (IPMI, redfish, etc)',
author='Jarrod Johnson',
autheor_email='jjohnson2@lenovo.com',
author_email='jjohnson2@lenovo.com',
license='Apache License, Version 2.0')