X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=setup.py;h=b645bfa2cb64e11324c5ba1460f7333d5d7e0e0b;hb=refs%2Fheads%2Fdebian%2Fsid;hp=33339ce6dad1312c4f5f708f80d54c2150cd85bd;hpb=ce01390085c13a7a7c354fc0df6c6b9bfdf4e226;p=deb_pkgs%2Fautorandr.git diff --git a/setup.py b/setup.py index 33339ce..b645bfa 100644 --- a/setup.py +++ b/setup.py @@ -9,10 +9,11 @@ except: setup( name='autorandr', - version='1.1-4', + version='1.14.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', @@ -34,7 +35,11 @@ setup( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', - 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', ], keywords='xrandr',