Skip to content

Commit

Permalink
Merge pull request #14 from tj0vtj0v/rel/13-prep-for-version-03
Browse files Browse the repository at this point in the history
update setup.py
  • Loading branch information
tj0vtj0v authored Mar 14, 2024
2 parents bcb8680 + 593f596 commit c2138b1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
)

0 comments on commit c2138b1

Please sign in to comment.