From 54b87c74a86b43b8284cfc80855d07e1978e8c2f Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 11 Oct 2019 17:20:30 +0100 Subject: [PATCH] add `platform` to setup.py (linux only) --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fe1e39b9..0618805b 100644 --- a/setup.py +++ b/setup.py @@ -24,5 +24,6 @@ setuptools.setup( "Operating System :: POSIX", "Topic :: Communications :: Chat :: Internet Relay Chat", ], - python_requires='>=3.6', + platforms=["linux"], + python_requires=">=3.6", )