python-tuf/setup.py
Jussi Kukkonen 891e1c76e8 build: Re-add setup.py
The Python build tools are fine without a setup.py but Dependabot
chokes: https://github.com/dependabot/dependabot-core/issues/4483

Add a setup.py to keep Dependabot happy.

Fixes #1828

Signed-off-by: Jussi Kukkonen <jkukkonen@vmware.com>
2022-02-08 09:12:28 +02:00

4 lines
142 B
Python

# This file exists to keep dependabot happy:
# https://github.com/dependabot/dependabot-core/issues/4483
from setuptools import setup
setup()