$OpenBSD: patch-setup_py,v 1.3 2021/09/09 08:49:04 martin Exp $

Provide a minimal setup.py until py-setuptools is updated to allow setup.cfg
only projects.

Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -0,0 +1,3 @@
+from setuptools import setup
+
+setup()
