diff --git a/setup.py b/setup.py index febd65d..524435c 100644 --- a/setup.py +++ b/setup.py @@ -3,20 +3,23 @@ setup( name='WLedController', packages=['WLedController'], - version='0.2.1', + version='0.3', license='MIT', - description='simple implementation of the json-api from WLed https://kno.wled.ge/interfaces/json-api/', + description='simple implementation of the json-api from WLeds https://kno.wled.ge/interfaces/json-api/', author='Tjorven Burdorf', author_email='BurdorfTjorven@gmail.com', url='https://github.com/tj0vtj0v/WLedController', - download_url='https://github.com/tj0vtj0v/WLedController/archive/refs/tags/v_0.2.1.tar.gz', + download_url='', keywords=['WLed', 'IoT', 'Connector', 'API'], install_requires=['requests'], classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'Topic :: Multimedia :: Graphics :: Presentation', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', ], )