From e09d02739b2ca611d946c70579fee6cbb181d18c Mon Sep 17 00:00:00 2001 From: Ivan Kosarev Date: Sat, 3 Aug 2024 10:11:06 +0100 Subject: [PATCH] [Python] Fix the short package description. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7a0fa0c..61a7a4f 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ # TODO: Do we have a name for the emulator? setup(name='z80', version='1.0b3', - description='Fast and flexible Z80/i8080 Emulator', + description='Fast and flexible Z80/i8080 emulator', long_description=long_description, long_description_content_type='text/markdown', author='Ivan Kosarev',