From 92084d95c5d3cd2afce8a521123dbacfd69222e2 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Sun, 25 Dec 2022 19:50:17 +0100 Subject: [PATCH] Update package description --- setup.py | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2819ca6..cec8593 100644 --- a/setup.py +++ b/setup.py @@ -11,13 +11,28 @@ setup( name="lidl-plus", - version="0.2.0", + version="0.2.1", author="Andre Basche", description="Fetch receipts and more from Lidl Plus", long_description=long_description, long_description_content_type="text/markdown", - project_urls={"GitHub": "https://github.com/Andre0512/lidl-plus", "PyPI": "https://pypi.org/project/lidl-plus/"}, + project_urls={ + "GitHub": "https://github.com/Andre0512/lidl-plus", + "PyPI": "https://pypi.org/project/lidl-plus/", + }, license="MIT", + classifiers=[ + "Development Status :: 2 - Pre-Alpha", + "Environment :: Console", + "License :: OSI Approved :: MIT License", + "Natural Language :: English", + "Operating System :: OS Independent", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Topic :: Software Development :: Libraries :: Python Modules", + ], platforms="any", packages=find_packages(), include_package_data=True,