From ace26ec9c465cdfa7a1f27500b97bd22cd76ac4b Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 23 Apr 2022 11:09:10 -0700 Subject: [PATCH] convince setuptools that we don't actually want packages --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 44de54a..a12b51e 100644 --- a/setup.py +++ b/setup.py @@ -123,6 +123,7 @@ setup( author='Yelp', url='https://github.com/Yelp/dumb-init/', platforms='linux', + packages=[], c_executables=[Extension('dumb-init', ['dumb-init.c'])], cmdclass={ 'bdist_wheel': bdist_wheel,