From a8e5a28ebad71341b7e507beca38f18baa8b7a97 Mon Sep 17 00:00:00 2001 From: lzgirlcat Date: Sat, 5 Oct 2024 00:36:03 +0200 Subject: [PATCH] bugfixes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 24ac773..f81c89b 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def parse_requirements_file(path): entry_points={"console_scripts": ["koleo = koleo.cli:main"]}, install_requires=parse_requirements_file("requirements.txt"), include_package_data=True, - keywords=["koleo", "timetable", "trains", "rail", "poland"], + keywords=["koleo", "timetable", "trains", "rail", "poland", "pociÄ…gi"], project_urls={ "Source (GitHub)": "https://github.com/lzgirlcat/koleo-cli", "Issue Tracker": "https://github.com/lzgirlcat/koleo-cli/issues",