Move classifiers down in setup.py
This commit is contained in:
parent
9b04a924f2
commit
06956c4c1f
30
setup.py
30
setup.py
@ -64,21 +64,6 @@ setup(
|
||||
"pyqtgraph>=0.10.0",
|
||||
"Qt.py",
|
||||
],
|
||||
classifiers=[
|
||||
"Development Status :: 4 - Beta",
|
||||
"Environment :: MacOS X",
|
||||
"Environment :: Win32 (MS Windows)",
|
||||
"Environment :: X11 Applications :: Qt",
|
||||
"Intended Audience :: End Users/Desktop",
|
||||
"Intended Audience :: Science/Research",
|
||||
"Intended Audience :: Telecommunications Industry",
|
||||
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
||||
"Natural Language :: English",
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Topic :: Communications :: Ham Radio",
|
||||
"Topic :: Scientific/Engineering :: Visualization",
|
||||
],
|
||||
options={
|
||||
'build_qt': {
|
||||
'packages': ['qspectrumanalyzer'],
|
||||
@ -102,6 +87,21 @@ setup(
|
||||
],
|
||||
},
|
||||
},
|
||||
classifiers=[
|
||||
"Development Status :: 4 - Beta",
|
||||
"Environment :: MacOS X",
|
||||
"Environment :: Win32 (MS Windows)",
|
||||
"Environment :: X11 Applications :: Qt",
|
||||
"Intended Audience :: End Users/Desktop",
|
||||
"Intended Audience :: Science/Research",
|
||||
"Intended Audience :: Telecommunications Industry",
|
||||
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
||||
"Natural Language :: English",
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Topic :: Communications :: Ham Radio",
|
||||
"Topic :: Scientific/Engineering :: Visualization",
|
||||
],
|
||||
entry_points=setup_entry_points,
|
||||
cmdclass=setup_cmdclass,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user