X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=setup.py;h=28562ec3d805080c65b4088b98dc18b390b37156;hb=c060377e8e9fd0a13e159820f9a950597fa51482;hp=7282c7c45ee05bea8d5f29ddfd5623a486391538;hpb=8b9879ca9fe4463d60f60ad989f4e4337493fe03;p=deb_pkgs%2Fautorandr.git diff --git a/setup.py b/setup.py index 7282c7c..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.4-1', + version='1.5-1', description='Automatically select a display configuration based on connected devices', long_description=long_description,