From: Luke Kenneth Casson Leighton Date: Sun, 18 Apr 2021 11:44:10 +0000 (+0100) Subject: add OS Independent classifier X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fd8a872b54a5399804042fc08af7e72086a26cc7;p=nmutil.git add OS Independent classifier --- diff --git a/setup.py b/setup.py index a77f774..1f5c33a 100644 --- a/setup.py +++ b/setup.py @@ -24,6 +24,7 @@ setup( "Topic :: Software Development :: Libraries", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", "Programming Language :: Python :: 3", + "Operating System :: OS Independent", ], keywords='nmigen utilities', author='Luke Kenneth Casson Leighton',