From 30134b4243c7a199d04626489e980ffb5b95968d Mon Sep 17 00:00:00 2001 From: superdimensional Date: Wed, 5 May 2021 04:50:27 -0400 Subject: [PATCH] minor changes --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 819151f..205fb57 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup( - name='omnitrix-app', + name='omnitrix', version='1.0', scripts=['omnitrix'], license="gpl-3.0", @@ -19,9 +19,7 @@ setup( classifiers=[ 'Development Status :: 5 - Production/Stable', - 'Intended Audience :: cosplay', 'Topic :: Software Development :: Build Tools', - 'License :: OSI Approved :: GNU General Public License v3.0', # Again, pick a license 'Programming Language :: Python :: 3', ], )