Blame setup.py

fab352
#!/usr/bin/python3
fab352
fab352
# MIT License
fab352
#
fab352
# Copyright (c) 2018-2019 Red Hat, Inc.
fab352
fab352
# Permission is hereby granted, free of charge, to any person obtaining a copy
fab352
# of this software and associated documentation files (the "Software"), to deal
fab352
# in the Software without restriction, including without limitation the rights
fab352
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
fab352
# copies of the Software, and to permit persons to whom the Software is
fab352
# furnished to do so, subject to the following conditions:
fab352
#
fab352
# The above copyright notice and this permission notice shall be included in all
fab352
# copies or substantial portions of the Software.
fab352
#
fab352
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
fab352
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
fab352
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
fab352
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
fab352
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
fab352
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
fab352
# SOFTWARE.
fab352
fab352
from setuptools import setup
fab352
fab352
setup()