From 8608134f31ddeefd5ca56724c1263eb7b5c885d2 Mon Sep 17 00:00:00 2001 From: Dylan Gore Date: Mon, 16 Aug 2021 10:46:51 +0100 Subject: [PATCH] Update project metadata and version --- setup.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b4029c7..b763ada 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ name='PyMetEireann', packages=['meteireann'], install_requires=['xmltodict', 'aiohttp', 'async_timeout', 'pytz'], - version='0.4.1', + version='2021.8.0', description='A library to communicate with the Met Éireann Public Weather Forecast and Weather Warning APIs', long_description=long_description, long_description_content_type='text/markdown', @@ -19,9 +19,12 @@ license='MIT', url='https://github.com/DylanGore/PyMetEireann/', classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', + 'Environment :: Console', 'Environment :: Other Environment', + 'Framework :: aiohttp', 'Intended Audience :: Developers', + 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', 'Programming Language :: Python :: 3', 'Topic :: Home Automation',