From aa0dbe7231758bdc7c1686238d79222b6795502b Mon Sep 17 00:00:00 2001
From: Jeremy Stanley <fungi@yuggoth.org>
Date: Wed, 2 May 2018 01:30:40 +0000
Subject: [PATCH] Note platform in package metadata

In the Python package metadata, indicate that this project expects
and is targeted at POSIX/Unix platforms.
---
 setup.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.cfg b/setup.cfg
index 18b055a..eb198db 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,6 +20,7 @@ project_urls =
 keywords = mud game telnet
 license = ISC License (ISCL)
 license_file = LICENSE
+platform = POSIX/Unix
 classifier =
     License :: OSI Approved :: ISC License (ISCL)
     Operating System :: POSIX
-- 
2.11.0