from setuptools import setup setup( setup_requires=['pbr'], pbr=True, long_description_content_type="text/markdown" )