From cab606b64e3db7b74facbd8603bba39bb8d6e99f Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Wed, 16 May 2012 00:58:24 +0200 Subject: [PATCH] More setup.py updates --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 8016e2c..17326bc 100755 --- a/setup.py +++ b/setup.py @@ -27,4 +27,5 @@ setup(name = "pyxattr", libraries=["attr"], define_macros=macros)], test_suite = "test", + platforms = ["Linux"], ) -- 2.39.2