diff --git a/setup.py b/setup.py index 34cd165..7ca8222 100755 --- a/setup.py +++ b/setup.py @@ -74,9 +74,7 @@ setup( 'Environment :: Console', 'Intended Audience :: Developers', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', - 'Operating System :: Microsoft :: Windows', - 'Operating System :: MacOS', - 'Operating System :: GNU/Linux', + 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', @@ -86,7 +84,6 @@ setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', - 'Topic :: System :: Peripherals', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Office/Business :: Financial :: Point-Of-Sale', ],