Commit fdfd7328 authored by Jason Madden's avatar Jason Madden

Add long_description_content_type to setup.cfg [skip ci]

As suggested by https://packaging.python.org/guides/making-a-pypi-friendly-readme/ and https://github.com/pypa/warehouse/issues/3884#issuecomment-386188844, this may now be necessary on warehouse.

Adding it to setup.py results in 'distutils/dist.py:274: UserWarning: Unknown distribution option: 'long_description_content_type'' even with setuptools 39, but setup.cfg is equivalent. I verified that PKG-INFO has the appropriate 'Description-Content-Type: text/x-rst' field.
parent b0f738c2
......@@ -4,3 +4,6 @@ universal = 0
[zest.releaser]
python-file-with-version = src/gevent/__init__.py
create-wheel = no
[metadata]
long_description_content_type = text/x-rst
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment