From: engelbert g. <gr...@us...> - 2022-11-14 09:13:20
|
If packages are packages of code for docutils processing text and these are files to include into rst-files they might be no package but then they are in a library subdriectory ? --- ** [patches:#199] Missing packages in setup.py** **Status:** open **Group:** None **Created:** Tue Nov 08, 2022 08:44 AM UTC by Veslin Jean-Baptiste **Last Updated:** Tue Nov 08, 2022 08:44 AM UTC **Owner:** nobody Hello When building docutils from sources on python 3.10 with setuptools 63.2.0, I have the following warnings : ~~~ SetuptoolsDeprecationWarning: Installing 'docutils.parsers.rst.include' as data is deprecated, please list it in `packages` SetuptoolsDeprecationWarning: Installing 'docutils.writers.s5_html.themes' as data is deprecated, please list it in `packages`. SetuptoolsDeprecationWarning: Installing 'docutils.writers.s5_html.themes.default' as data is deprecated, please list it in `packages`. ~~~ I think these 3 packages should be listed in `packages` in `setup.py` Regards --- Sent from sourceforge.net because doc...@li... is subscribed to https://sourceforge.net/p/docutils/patches/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/docutils/admin/patches/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |