Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
ups?
  • Loading branch information
maurycy committed Sep 13, 2025
commit bb91f9862294c119d5b1d74c3e36b48283c6bbce
2 changes: 1 addition & 1 deletion pyperformance/_pyproject_toml.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def _normalize_project(data, rootdir, name, requirefiles, **_ignored):
key = 'readme'
if key in data:
readme = data[key]
if isinstance(readme, 'str'):
if isinstance(readme, str):
readme = data[key] = {'file': readme}
# XXX Check the suffix.
# XXX Handle 'content-type'.
Expand Down
Loading