From 7b7d371332684dca2d273b64416a670a5eafd8b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asger=20Geel=20Weirs=C3=B8e?= Date: Tue, 15 Sep 2020 14:36:28 +0200 Subject: [PATCH] fixes setup to new file --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 42b9221..26e9b62 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ with open('README.rst', 'r') as fh: setup( name='pi3-smart-workspace', - version='0.1.2', + version='0.1.3', packages=['pi3'], url='https://github.com/GeneralDenmark/PyOutputHandler', license='Apache-2.0 License ', @@ -23,7 +23,7 @@ setup( author_email='asger@weirsoe.dk', description='Simple program that looks through the i3 config and finds the bound workspaces for each output, and then opening that workspace on the output, that the mouse is currently on.', classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Alpha", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3",