Skip to content

Commit

Permalink
FIX: remove space from project.readme section
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 8, 2023
1 parent e5a9fb6 commit 8e66207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/repoma/check_dev_files/setup_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def __fix_long_description_in_pyproject() -> None:
}
if existing_readme == expected_readme:
return
project["readme "] = expected_readme
project["readme"] = expected_readme
write_pyproject(cfg)
msg = f"Updated long_description in ./{CONFIG_PATH.setup_cfg}"
raise PrecommitError(msg)
Expand Down

0 comments on commit 8e66207

Please sign in to comment.