X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=setup.py;h=779eb393f3b6fdbfb4d2536cbf86d3c197c0dc67;hb=d8cb50aff33fcb964558086b33b7d059729511ec;hp=b4137177408fceb7958463edd2ad54311918bb26;hpb=9b1ef49dd5feadc21ffd9aa942b13a2c3967ad84;p=deb_pkgs%2Fautorandr.git diff --git a/setup.py b/setup.py index b413717..779eb39 100644 --- a/setup.py +++ b/setup.py @@ -1,19 +1,24 @@ from setuptools import setup -long_description = open('README.md').read() +try: + long_description = open('README.md').read() +except: + long_description = 'Automatically select a display configuration based on connected devices' setup( name='autorandr', - #version='', # FIXME + version='1.8.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', author='Phillip Berndt', + author_email='phillip.berndt@googlemail.com', license='GPLv3',