X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=setup.py;h=efe9523b14957501fec50da0594447a2c6e02b1b;hb=bc032ec25e998d3cbd958cf0f6179b4fe2fe28d2;hp=b4ab17330b3643ebb1f75eda4e1d8bb0628f0f8c;hpb=f9800fff9b0dffdf6a42e576c75342054a6d8693;p=deb_pkgs%2Fautorandr.git diff --git a/setup.py b/setup.py index b4ab173..efe9523 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.2-1', + version='1.4-2', description='Automatically select a display configuration based on connected devices', long_description=long_description,