X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=setup.py;h=75713a8fc68bb05dcb89adec154d19d9227f21be;hb=76a229a5e7b71c1c1eb7151556621987dc231dc6;hp=4309c15fe3e3e4b306612b0bbaa204c037d097df;hpb=fa2080a851ec3e75e9879b6b5f2fa8829b7a9740;p=deb_pkgs%2Fautorandr.git diff --git a/setup.py b/setup.py index 4309c15..75713a8 100644 --- a/setup.py +++ b/setup.py @@ -2,17 +2,18 @@ from setuptools import setup try: - long_description = open('README.rst').read() + long_description = open('README.md').read() except: long_description = 'Automatically select a display configuration based on connected devices' setup( name='autorandr', - version='1.6-1', + version='1.10.post1', description='Automatically select a display configuration based on connected devices', long_description=long_description, + long_description_content_type="text/markdown", url='https://github.com/phillipberndt/autorandr',