mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
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>
This commit is contained in:
parent
8a0bb880be
commit
891e1c76e8
1 changed files with 4 additions and 0 deletions
4
setup.py
Normal file
4
setup.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# This file exists to keep dependabot happy:
|
||||
# https://github.com/dependabot/dependabot-core/issues/4483
|
||||
from setuptools import setup
|
||||
setup()
|
||||
Loading…
Reference in a new issue