X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Fautorandr.git;a=blobdiff_plain;f=setup.py;h=28562ec3d805080c65b4088b98dc18b390b37156;hp=33339ce6dad1312c4f5f708f80d54c2150cd85bd;hb=efb9fe49b4effd422aabd1ed57a166cb96bd61e1;hpb=ce01390085c13a7a7c354fc0df6c6b9bfdf4e226 diff --git a/setup.py b/setup.py index 33339ce..28562ec 100644 --- a/setup.py +++ b/setup.py @@ -2,14 +2,14 @@ from setuptools import setup try: - long_description = open('README.md').read() + long_description = open('README.rst').read() except: long_description = 'Automatically select a display configuration based on connected devices' setup( name='autorandr', - version='1.1-4', + version='1.5-1', description='Automatically select a display configuration based on connected devices', long_description=long_description,