Skip to content

Fix incorrect content type in setup() #999

Merged
mhucka merged 5 commits intotensorflow:masterfrom
mhucka:fix-release
Feb 23, 2026
Merged

Fix incorrect content type in setup() #999
mhucka merged 5 commits intotensorflow:masterfrom
mhucka:fix-release

Conversation

@mhucka
Copy link
Member

@mhucka mhucka commented Feb 16, 2026

Even though the string that we use as the package description in setup() is just plain text, using that content type causes PyPI to render the description in an ugly way (using fixed-width typewriter font). Changing the type to "text/markdown" solves this problem.

Also, fix an out-of-date comment about the Python version number.

Even though the string that we use as the package description in
`setup()` is just plain text, using that content type causes PyPI to
render the description in an ugly way (using fixed-width typewriter
font). Changing the type to "text/markdown" solves this problem.
@mhucka mhucka marked this pull request as ready for review February 17, 2026 01:25
@mhucka mhucka merged commit e28ffc2 into tensorflow:master Feb 23, 2026
10 checks passed
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