Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing markdown include in manifest #1274

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

zorun
Copy link
Collaborator

@zorun zorun commented Nov 23, 2023

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/

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/
recursive-include ihatemoney *.rst *.py *.yaml *.po *.mo *.html *.css *.js *.eot *.svg *.woff *.txt *.png *.webp *.ini *.cfg *.j2 *.jpg *.gif *.ico *.xml
include LICENSE CONTRIBUTORS CHANGELOG.rst
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not adding *.md it also in the recursive-include ? (wouldn't the doc be excluded by this?)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have no markdown file in ihatemoney/, do you think it's useful?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was mainly thinking about the documentation. It would be nice to have it included in the release :-)

MANIFEST.in Show resolved Hide resolved
@almet almet merged commit 2ce1ea4 into spiral-project:master Dec 7, 2023
15 checks passed
zorun added a commit that referenced this pull request Dec 11, 2023
Co-authored-by: Baptiste Jonglez <[email protected]>
(cherry picked from commit 2ce1ea4)
TomRoussel pushed a commit to TomRoussel/ihatemoney that referenced this pull request Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants