Skip to content

Commit

Permalink
Update package description
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre0512 committed Dec 25, 2022
1 parent a6731c1 commit 92084d9
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 92084d9

Please sign in to comment.