aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2019-10-11 17:20:30 +0100
committerGravatar jesopo2019-10-11 17:20:30 +0100
commit54b87c74a86b43b8284cfc80855d07e1978e8c2f (patch)
treeb958ae9a4fcfc11623e45a5077856524d44825ed
parentupdate CHANGELOG.md (diff)
signature
add `platform` to setup.py (linux only)
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
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",
)