Skip to content

Shorten pyproject.toml description to comply with PyPI Summary field limit - #700

Merged
CozySocksAlways merged 2 commits into
NeuralEnsemble:masterfrom
INM-6:fix/toml_file_desc
Jun 10, 2026
Merged

Shorten pyproject.toml description to comply with PyPI Summary field limit#700
CozySocksAlways merged 2 commits into
NeuralEnsemble:masterfrom
INM-6:fix/toml_file_desc

Conversation

@CozySocksAlways

Copy link
Copy Markdown
Contributor

Desc

The description field in pyproject.toml maps to the Summary
metadata field, which PyPI enforces a 512-character cap on. Observed on push to test-pypi with the error:

'summary' field must be 512 characters or less. See https://packaging.python.org/specifications/core-metadata for more information.

The previous value was a multi-sentence paragraph that exceeded this limit, causing upload rejection on TestPyPI.

Fix

Replaced with a concise one-liner as required.

@CozySocksAlways CozySocksAlways added the bugfix Fix for an indentified bug. label Jun 10, 2026
@CozySocksAlways
CozySocksAlways requested a review from mdenker June 10, 2026 11:11
@coveralls

coveralls commented Jun 10, 2026

Copy link
Copy Markdown
Collaborator

Coverage Status

coverage: 88.981% (+0.4%) from 88.605% — INM-6:fix/toml_file_desc into NeuralEnsemble:master

@CozySocksAlways
CozySocksAlways marked this pull request as ready for review June 10, 2026 11:31
@CozySocksAlways
CozySocksAlways merged commit 3250864 into NeuralEnsemble:master Jun 10, 2026
59 of 61 checks passed
@CozySocksAlways
CozySocksAlways deleted the fix/toml_file_desc branch June 10, 2026 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix Fix for an indentified bug.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants