Merge pull request #2091 from lukpueh/rm-setup.py

build: remove obsolete setup.py
This commit is contained in:
Jussi Kukkonen 2022-08-30 11:46:34 +03:00 committed by GitHub
commit 3d808937b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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