From 77286be67a29978aee962d772a18abf9f2f00337 Mon Sep 17 00:00:00 2001 From: Nathan Baker Date: Fri, 19 Jun 2020 06:52:06 -0700 Subject: [PATCH] Add Microsoft Windows to OS list. Addresses https://github.com/jensengroup/propka-3.1/pull/61#discussion_r442365647 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f5b7470..44f6a56 100755 --- a/setup.py +++ b/setup.py @@ -43,6 +43,7 @@ See http://propka.org/ for the PROPKA web server. 'License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)', 'Operating System :: POSIX', 'Operating System :: MacOS :: MacOS X', + 'Operating System :: Microsoft :: Windows', 'Programming Language :: Python', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6',