Update setup.py

This commit is contained in:
Ace 2023-11-08 10:47:53 +01:00 committed by GitHub
parent 30e2504f52
commit b90d01a2ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ with open('requirements.txt') as f:
required = [i.split(' ')[0] for i in required] required = [i.split(' ')[0] for i in required]
__project__ = "inkycal" __project__ = "inkycal"
__version__ = "2.0.0" __version__ = "2.0.2"
__description__ = "Inkycal is a python3 software for syncing icalendar events, weather and news on selected E-Paper displays" __description__ = "Inkycal is a python3 software for syncing icalendar events, weather and news on selected E-Paper displays"
__packages__ = ["inkycal"] __packages__ = ["inkycal"]
__author__ = "aceisace" __author__ = "aceisace"