from setuptools import setup # This is to get an error that originates from setuptools, which generates a # decently sized output. setup( cmdclass={ "egg_info": "", "install": "", "bdist_wheel": "", } )