diff options
author | Marc Abramowitz <marc@marc-abramowitz.com> | 2016-07-30 08:15:53 -0700 |
---|---|---|
committer | Dustin Ingram <di@users.noreply.github.com> | 2017-08-28 12:32:11 -0500 |
commit | 4fc60ed1e47f725a833dd63656ceec981a58e1a0 (patch) | |
tree | 647d0139be73475e45d74101ed00666875f5db23 /setup.py | |
parent | b4d58d4929dd4e19870b5eafa48046a0a0c2bf07 (diff) | |
download | external_python_setuptools-4fc60ed1e47f725a833dd63656ceec981a58e1a0.tar.gz external_python_setuptools-4fc60ed1e47f725a833dd63656ceec981a58e1a0.tar.bz2 external_python_setuptools-4fc60ed1e47f725a833dd63656ceec981a58e1a0.zip |
Add new long_description_content_type kwarg
This is used to populate the new `Description-Content-Type` field.
`Description-Content-Type` is described at
https://github.com/pypa/python-packaging-user-guide/pull/258
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -95,6 +95,7 @@ setup_params = dict( author="Python Packaging Authority", author_email="distutils-sig@python.org", long_description=long_description, + long_description_content_type='text/x-rst; charset=UTF-8', keywords="CPAN PyPI distutils eggs package management", url="https://github.com/pypa/setuptools", src_root=None, |