Skip to content

Fix incorrect content type in setup() #999

Open
mhucka wants to merge 4 commits intotensorflow:masterfrom
mhucka:fix-release
Open

Fix incorrect content type in setup() #999
mhucka wants to merge 4 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
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.

1 participant