Skip to content

Commit

Permalink
Update project metadata and version
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanGore committed Aug 16, 2021
1 parent d0d5e1e commit 8608134
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 8608134

Please sign in to comment.