Skip to content

Commit

Permalink
test publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Mips2648 committed May 12, 2024
1 parent 400fdb0 commit 4ca826c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,24 @@
# Needed for dependencies
install_requires=['aiohttp'],
# *strongly* suggested for sharing
version='0.8.5',
version='0.8.6',
# The license can be anything you like
license='MIT',
description='A base to implement Jeedom daemon in python',
# We will also need a readme eventually (there will be a warning)
long_description=open('README.md').read(),
long_description_content_type="text/markdown",
keywords = ['JEEDOM', 'DAEMON', 'ASYNCIO'],
classifiers=[
'Development Status :: 4 - Beta', # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package

'Intended Audience :: Developers', # Define that your audience are developers
'Topic :: Software Development :: Build Tools',

'License :: OSI Approved :: MIT License', # Again, pick a license

'Programming Language :: Python :: 3', #Specify which pyhton versions that you want to support
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.11',
],
)

0 comments on commit 4ca826c

Please sign in to comment.