From a0313080e24261dd7c5dae9c9cb28c9ceab0510e Mon Sep 17 00:00:00 2001 From: mk Date: Fri, 5 Dec 2014 00:31:41 +0530 Subject: [PATCH] Remove support for windows #46 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 2cf4a74..1b710ea 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,6 @@ def get_version(filename): 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', 'Operating System :: POSIX', - 'Operating System :: Microsoft :: Windows', 'Operating System :: MacOS :: MacOS X', 'Topic :: Software Development :: Testing', 'Topic :: Software Development :: Libraries',