X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Fautorandr.git;a=blobdiff_plain;f=setup.py;h=28562ec3d805080c65b4088b98dc18b390b37156;hp=b4137177408fceb7958463edd2ad54311918bb26;hb=efb9fe49b4effd422aabd1ed57a166cb96bd61e1;hpb=47b2764a9fb56b4573941901a84d606c66efd8b4 diff --git a/setup.py b/setup.py index b413717..28562ec 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.rst').read() +except: + long_description = 'Automatically select a display configuration based on connected devices' setup( name='autorandr', - #version='', # FIXME + version='1.5-1', 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',