From: Günter M. <mi...@us...> - 2023-05-17 06:08:07
|
- **status**: open-fixed --> closed-fixed - **Comment**: Fixed in [Docutils 0.20.1](https://pypi.org/project/docutils/0.20.1). Thanks for the report. --- **[bugs:#461] docutils sdist contains html files in egg-info** **Status:** closed-fixed **Created:** Wed Nov 16, 2022 02:40 PM UTC by Karolina Surma **Last Updated:** Wed May 10, 2023 10:25 AM 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. |