Neaten up classifiers

This commit is contained in:
Elliot Nunn 2019-05-05 21:33:24 +08:00
parent a1b74ceecb
commit 81979079c6

View File

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