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",