From 643f1e63f90c48ca7f090a89e3abd6d840ab270c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=C2=A0Le=C5=9Bniewski?= Date: Fri, 7 Apr 2023 21:30:09 +0200 Subject: [PATCH] Update Python classifiers --- setup.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 8fe982e..4c23f8d 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ long_description = (here / 'README.md').read_text(encoding='utf-8') setup( name='elicznik', - version='1.4.2', + version='1.4.3', description='Tauron eLicznik scrapper', long_description=long_description, long_description_content_type='text/markdown', @@ -15,13 +15,15 @@ setup( author='Michał Leśniewski', author_email='mlesniew@gmail.com', classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', + 'Environment :: Console', 'Intended Audience :: Developers', - 'Intended Audience :: End Users/Desktop', - 'Topic :: Software Development :: Build Tools', 'License :: OSI Approved :: MIT License', - 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3 :: Only', + 'Programming Language :: Python :: 3', + 'Topic :: Home Automation', + 'Topic :: Internet', + 'Topic :: Utilities', ], keywords='elicznik, tauron, scrapper', package_dir={'': 'src'},