mirror of
https://github.com/elliotnunn/tbxi.git
synced 2025-03-06 15:30:06 +00:00
Neaten up classifiers
This commit is contained in:
parent
a1b74ceecb
commit
81979079c6
6
setup.py
6
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'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user