X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Fautorandr.git;a=blobdiff_plain;f=setup.py;h=33339ce6dad1312c4f5f708f80d54c2150cd85bd;hp=b4137177408fceb7958463edd2ad54311918bb26;hb=ce01390085c13a7a7c354fc0df6c6b9bfdf4e226;hpb=0fe7af85e329bb8c1ecebceda2ccacf80ced02d8 diff --git a/setup.py b/setup.py index b413717..33339ce 100644 --- a/setup.py +++ b/setup.py @@ -1,12 +1,15 @@ 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.1-4', description='Automatically select a display configuration based on connected devices', long_description=long_description, @@ -14,6 +17,7 @@ setup( url='https://github.com/phillipberndt/autorandr', author='Phillip Berndt', + author_email='phillip.berndt@googlemail.com', license='GPLv3',