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
This commit is contained in:
andrew-ma 2021-08-03 08:34:57 -07:00
parent 2e6dc03f34
commit 465ad32097
1 changed files with 3 additions and 0 deletions

3
setup.cfg Normal file
View File

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