]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/blobdiff - setup.py
Switch default Python interpreter to Python 3
[deb_pkgs/autorandr.git] / setup.py
index 33339ce6dad1312c4f5f708f80d54c2150cd85bd..dff8ac92e6c2e06f72646c4f4f58595704b035a5 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -9,10 +9,11 @@ except:
 setup(
     name='autorandr',
 
-    version='1.1-4',
+    version='1.11.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',