From 923f13c6631fe62154e8e5559694bec7d96d92f7 Mon Sep 17 00:00:00 2001 From: Elliot Nunn Date: Sun, 26 May 2019 11:10:03 +0800 Subject: [PATCH] More accurate headline --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6636846..ea623ae 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup_args = dict( version='0.1', author='Elliot Nunn', author_email='elliotnunn@fastmail.com', - description='Tools to compile and inspect Mac OS 8/9 NewWorld ROM images', + description='Tools to compile and inspect Macintosh ROM images', url='https://github.com/elliotnunn/tbxi', classifiers=[ 'Programming Language :: Python :: 3 :: Only',