X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=setup.py;h=9bf12e20cecd7fef825b91635d90034ef4642492;hb=d3f9f80ed0076fff6311ca09cb0b494c836b5081;hp=efe9523b14957501fec50da0594447a2c6e02b1b;hpb=6af575a941cb59bfda019532a11bff7e75a6660b;p=deb_pkgs%2Fautorandr.git diff --git a/setup.py b/setup.py index efe9523..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.4-2', + 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',