wilson52c

Results 1 comments of wilson52c

> include_package_data=True 的话,package_data 中的文件是被忽略的,[官方文档](https://setuptools.readthedocs.io/en/latest/userguide/datafiles.html#:~:text=If%20using%20the%20setuptools-specific%20include_package_data%20argument%2C%20files%20specified%20by%20package_data%20will%20not%20be%20automatically%20added%20to%20the%20manifest%20unless%20they%20are%20listed%20in%20the%20MANIFEST.in%20file.): > > ` If using the setuptools-specific include_package_data argument, files specified by package_data will not be automatically added to the manifest unless they are listed in...