view MANIFEST.in @ 53:805c7d768caa

Make feed parser more resilient, add ability to modify html doc. - Better handle errors found while parsing the html feed. - Add CSS-selector-based configuration to modify the html feed before parsing it. This allows using SiloRider with a feed that doesn't have proper micro-format markup.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 08 Oct 2023 13:52:26 -0700
parents 497427330295
children
line wrap: on
line source

include LICENSE.rst
include README.rst

include requirements.txt
include requirements-dev.txt

recursive-include silorider *
recursive-include tests *