{"library":"setuptools-markdown","title":"setuptools-markdown","description":"Deprecated library that allowed using Markdown for project descriptions in setuptools. Version 0.4.1 is the last release. It has been replaced by built-in support in setuptools (>=38.6.0) via setup.cfg or pyproject.toml.","language":"python","status":"deprecated","last_verified":"Fri May 01","install":{"commands":["pip install setuptools-markdown"],"cli":null},"imports":["from setuptools import setup"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from setuptools import setup\n\nsetup(\n    name='my-package',\n    long_description='**Markdown** content',\n    long_description_content_type='text/markdown',\n)\n","lang":"python","description":"Modern way: use setuptools directly with long_description_content_type. No need for setuptools-markdown.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}