Mercurial > hgrepos > Python > libs > ConfigMix
diff setup.py @ 568:ed1f0fdcda65
Provide the content-type for the long package description: text/x-rst
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 08 Jan 2022 17:28:01 +0100 |
| parents | 059260191371 |
| children | 1bdf88437555 |
line wrap: on
line diff
--- a/setup.py Fri Jan 07 17:49:33 2022 +0100 +++ b/setup.py Sat Jan 08 17:28:01 2022 +0100 @@ -115,6 +115,7 @@ url="https://pypi.dom66.de/simple/configmix/", description="Library for extended configuration files", long_description=long_description, + long_description_content_type="text/x-rst", packages=["configmix", "configmix.extras"], include_package_data=False,
