Mercurial > getan
changeset 547:23107de98a4f 3.4
Adds long_description_content_type to setup.py
* To be able to upload something to pypi, the parameter
long_description_content_type must be specified.
author | Magnus Schieder <magnus.schieder@intevation.de> |
---|---|
date | Fri, 31 Jan 2020 16:49:51 +0100 |
parents | 4de8b1edec16 |
children | e5245f07ecc2 |
files | setup.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Fri Jan 31 16:38:35 2020 +0100 +++ b/setup.py Fri Jan 31 16:49:51 2020 +0100 @@ -39,6 +39,7 @@ maintainer_email="magnus.schieder@intevation.de", license="GPLv3+", long_description=read("README"), + long_description_content_type="text/x-rst", packages=find_packages(), python_requires='>=3.4', package_data={