X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=setup.py;h=dff8ac92e6c2e06f72646c4f4f58595704b035a5;hb=01f69939e06274ffb725dd367013769c7585cfc0;hp=02b347aa7a7f01e3d60f1a10061d7901f68551b7;hpb=d1743d00b1e577110bb5f4e0993bfed61cba16a7;p=deb_pkgs%2Fautorandr.git diff --git a/setup.py b/setup.py index 02b347a..dff8ac9 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.7-1', + version='1.11.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',