ihatemoney/MANIFEST.in
Baptiste Jonglez b9c3beb1dd Fix missing markdown include in manifest
Since moving from ReST to Markdown, we forgot to update the manifest to
include Markdown files.  It means that files such as README.md and
CHANGELOG.md are missing from releases.  In practice, this broke the
description on PyPI:

https://pypi.org/project/ihatemoney/6.1.3/
2023-11-23 22:58:57 +01:00

3 lines
190 B
Text

include *.md
recursive-include ihatemoney *.py *.yaml *.po *.mo *.html *.css *.js *.eot *.svg *.woff *.txt *.png *.webp *.ini *.cfg *.j2 *.jpg *.gif *.ico *.xml
include LICENSE CONTRIBUTORS