Skip to content

Commit

Permalink
use the regular readme for the long description (#2866)
Browse files Browse the repository at this point in the history
Co-authored-by: CoolCat467 <52022020+CoolCat467@users.noreply.github.com>
  • Loading branch information
graingert and CoolCat467 committed Feb 20, 2024
1 parent 78c55aa commit accaae4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 67 deletions.
65 changes: 0 additions & 65 deletions LONG_DESCRIPTION.rst

This file was deleted.

1 change: 0 additions & 1 deletion MANIFEST.in
@@ -1,6 +1,5 @@
include LICENSE LICENSE.MIT LICENSE.APACHE2
include README.rst
include LONG_DESCRIPTION.rst
include CODE_OF_CONDUCT.md CONTRIBUTING.md
include test-requirements.txt
include src/trio/py.typed
Expand Down
1 change: 1 addition & 0 deletions newsfragments/2866.misc.rst
@@ -0,0 +1 @@
use the regular readme for the PyPI long_description
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -54,7 +54,7 @@ dependencies = [
dynamic = ["version"]

[project.readme]
file = "LONG_DESCRIPTION.rst"
file = "README.rst"
content-type = "text/x-rst"

[project.urls]
Expand Down

0 comments on commit accaae4

Please sign in to comment.