小编bex*_*xer的帖子

README.rst中的图像未显示在pypi中

当我将包上传到PyPI时,我想在我的README.rst文件中链接一个图像.在我的自述文件中我有:

.. image:: example-python.png
   :height: 100px
   :width: 200px
   :scale: 100 %
   :align: center
Run Code Online (Sandbox Code Playgroud)

在MANIFEST.in我有:

# Include the image file
include example-python.png
Run Code Online (Sandbox Code Playgroud)

现在它没有显示在testpypi中.然而,它在GitHub上显示得很好.难道我做错了什么?

python restructuredtext pypi

9
推荐指数
1
解决办法
721
查看次数

标签 统计

pypi ×1

python ×1

restructuredtext ×1