From: Günter M. <mi...@us...> - 2023-05-10 10:25:46
|
Unfortunately, the spurious HTML files crept into the docutils0.20 sdist again :( We are working on this. --- **[bugs:#461] docutils sdist contains html files in egg-info** **Status:** open-fixed **Created:** Wed Nov 16, 2022 02:40 PM UTC by Karolina Surma **Last Updated:** Thu Dec 01, 2022 04:15 PM UTC **Owner:** nobody When packaging docutils 0.19 in Fedora, we realized there are HTML files in the distribution's egg-info (next to the txt "original" ones) which make their way to the wheel too. ``` dependency_links.html SOURCES.html top_level.html ``` It looks like something, possibly `tools/buildhtml.py`, makes a batch conversion of the txt files in the project. It should probably ignore the egg-info directory when run. --- Sent from sourceforge.net because doc...@li... is subscribed to https://sourceforge.net/p/docutils/bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/docutils/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |