Skip to content

Commit accaae4

Browse files
use the regular readme for the long description (#2866)
Co-authored-by: CoolCat467 <[email protected]>
1 parent 78c55aa commit accaae4

File tree

4 files changed

+2
-67
lines changed

4 files changed

+2
-67
lines changed

LONG_DESCRIPTION.rst

Lines changed: 0 additions & 65 deletions
This file was deleted.

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
include LICENSE LICENSE.MIT LICENSE.APACHE2
22
include README.rst
3-
include LONG_DESCRIPTION.rst
43
include CODE_OF_CONDUCT.md CONTRIBUTING.md
54
include test-requirements.txt
65
include src/trio/py.typed

newsfragments/2866.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
use the regular readme for the PyPI long_description

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies = [
5454
dynamic = ["version"]
5555

5656
[project.readme]
57-
file = "LONG_DESCRIPTION.rst"
57+
file = "README.rst"
5858
content-type = "text/x-rst"
5959

6060
[project.urls]

0 commit comments

Comments
 (0)