Skip to content

Commit db6a559

Browse files
homeworkprodsebastinas
authored andcommitted
Explicitly set README content type
The README, being a reStructuredText document, is not rendered as such on PyPI, just as plaintext. This *should* fix that.
1 parent 26fc2b5 commit db6a559

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[metadata]
22
name = bpython
33
long_description = file: README.rst
4+
long_description_content_type = text/x-rst
45
license = MIT
56
license_files = LICENSE
67
author = Bob Farrell, Andreas Stuehrk, Sebastian Ramacher, Thomas Ballinger, et al.

0 commit comments

Comments
 (0)