标签: python pyinstaller
我使用悬崖框架在python中构建cli应用程序。 Cliff使用setuptools入口点提供子命令。您可以以悬崖demoapp为例(https://github.com/openstack/cliff/tree/master/demoapp)。
我想使用PyInstaller将程序打包为单个文件可执行文件。如何使PyInstaller加载setuptools入口点?