minor changes
This commit is contained in:
parent
45aee76105
commit
30134b4243
1 changed files with 1 additions and 3 deletions
4
setup.py
4
setup.py
|
@ -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',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue