Skip to content

Commit 465ad32

Browse files
committed
Use README.md as long description in package metadata
The normal description can be accessed with `python3 setup.py --description`. The long description can be accessed with `python3 setup.py --long-description`. Change-Id: I1581a2b9ad7c2b5ed64b77e5e277df792b37990d
1 parent 2e6dc03 commit 465ad32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[metadata]
2+
long_description = file: README.md
3+
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)