From 81979079c60ae39ab4ce71526efa29f285550018 Mon Sep 17 00:00:00 2001 From: Elliot Nunn Date: Sun, 5 May 2019 21:33:24 +0800 Subject: [PATCH] Neaten up classifiers --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4c3bbc9..67850f1 100644 --- a/setup.py +++ b/setup.py @@ -8,10 +8,12 @@ setup_args = dict( description='Tools to compile and inspect Mac OS 8/9 NewWorld ROM images', url='https://github.com/elliotnunn/tbxi', classifiers=[ - 'Programming Language :: Python :: Implementation :: CPython', + 'Programming Language :: Python :: 3 :: Only', 'Programming Language :: C', 'Operating System :: OS Independent', - 'Development Status :: 3 - Alpha', + 'Intended Audience :: Developers', + 'Topic :: Software Development :: Build Tools', + 'License :: OSI Approved :: MIT License', ], packages=['tbxi'], scripts=['bin/prclc', 'bin/prcldump'],