Skip to content

Commit ace26ec

Browse files
committed
convince setuptools that we don't actually want packages
1 parent 1fd3b41 commit ace26ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ def get_outputs(self):
123123
author='Yelp',
124124
url='https://github.com/Yelp/dumb-init/',
125125
platforms='linux',
126+
packages=[],
126127
c_executables=[Extension('dumb-init', ['dumb-init.c'])],
127128
cmdclass={
128129
'bdist_wheel': bdist_wheel,

0 commit comments

Comments
 (0)