minor changes

This commit is contained in:
superdimensional 2021-05-05 04:50:27 -04:00
parent 45aee76105
commit 30134b4243

View file

@ -1,7 +1,7 @@
from setuptools import setup from setuptools import setup
setup( setup(
name='omnitrix-app', name='omnitrix',
version='1.0', version='1.0',
scripts=['omnitrix'], scripts=['omnitrix'],
license="gpl-3.0", license="gpl-3.0",
@ -19,9 +19,7 @@ setup(
classifiers=[ classifiers=[
'Development Status :: 5 - Production/Stable', 'Development Status :: 5 - Production/Stable',
'Intended Audience :: cosplay',
'Topic :: Software Development :: Build Tools', 'Topic :: Software Development :: Build Tools',
'License :: OSI Approved :: GNU General Public License v3.0', # Again, pick a license
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
], ],
) )