aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMarc Abramowitz <marc@marc-abramowitz.com>2016-07-30 08:15:53 -0700
committerDustin Ingram <di@users.noreply.github.com>2017-08-28 12:32:11 -0500
commit4fc60ed1e47f725a833dd63656ceec981a58e1a0 (patch)
tree647d0139be73475e45d74101ed00666875f5db23 /setup.py
parentb4d58d4929dd4e19870b5eafa48046a0a0c2bf07 (diff)
downloadexternal_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-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d7a13445..a02e41aa 100755
--- a/setup.py
+++ b/setup.py
@@ -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,