Include all files in MANIFEST.in so they are published to PyPI (#872)

This commit is contained in:
Alexis Metaireau 2021-10-20 00:52:49 +02:00 committed by GitHub
parent cfbce99f19
commit 6f87e641b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,3 @@
include *.rst include *.rst
recursive-include ihatemoney *.rst *.py *.yaml *.po *.mo *.html *.css *.js *.eot *.svg *.woff *.txt *.png *.ini *.cfg *.j2 recursive-include ihatemoney *.rst *.py *.yaml *.po *.mo *.html *.css *.js *.eot *.svg *.woff *.txt *.png *.ini *.cfg *.j2 *.jpg *.gif *.ico
include LICENSE CONTRIBUTORS CHANGELOG.rst include LICENSE CONTRIBUTORS CHANGELOG.rst