X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Fautorandr.git;a=blobdiff_plain;f=setup.py;h=9bf12e20cecd7fef825b91635d90034ef4642492;hp=28562ec3d805080c65b4088b98dc18b390b37156;hb=fa11792a11656d1af050b38004c0f9bd28478c77;hpb=c060377e8e9fd0a13e159820f9a950597fa51482 diff --git a/setup.py b/setup.py index 28562ec..9bf12e2 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.5-1', + version='1.8.1.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',