## Changelog
-**autorandr 1.8 (dev)**
+**autorandr 1.8**
* *2019-02-17* Add an X11 daemon that runs autorandr when a display connects (by @rliou92, #127)
* *2019-02-17* Replace width=0 check with disconnected to detect disconnected monitors (by @joseph-jones, #139)
* *2019-02-17* Fix handling of empty padding (by @jschwab, #138)
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.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',