Skip to content

Commit

Permalink
build: Re-add setup.py
Browse files Browse the repository at this point in the history
The Python build tools are fine without a setup.py but Dependabot
chokes: dependabot/dependabot-core#4483

Add a setup.py to keep Dependabot happy.

Fixes theupdateframework#1828

Signed-off-by: Jussi Kukkonen <jkukkonen@vmware.com>
  • Loading branch information
Jussi Kukkonen committed Feb 8, 2022
1 parent 8a0bb88 commit 891e1c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# This file exists to keep dependabot happy:
# https://github.com/dependabot/dependabot-core/issues/4483
from setuptools import setup
setup()

0 comments on commit 891e1c7

Please sign in to comment.