我目前正在使用 setuptools 对 setup.py 进行编码。我想将静态数据(不是 Python 模块)复制到站点包。
问题是,当前文件夹层次结构如下所示:
setup.py
src
Pure Python Module
skeleton
example
__init__.py
resources
static
error.css
example.css
logo_shadow.png
template
error.html
example.html
server.tmplt
我想在维护文件夹结构/层次结构的同时将骨架目录复制到站点包,但是我应该怎么做呢?