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