c9da50e7e7
Make possible installation with pip. Change-Id: I8eec015142c4f29eadff0dac2781782b76dea308
9 lines
220 B
Python
9 lines
220 B
Python
# Copyright Red Hat, Inc. All Rights Reserved.
|
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
|
|
import setuptools
|
|
|
|
setuptools.setup(
|
|
setup_requires=['pbr'],
|
|
pbr=True)
|