From: Jeremy Stanley Date: Wed, 2 May 2018 01:30:40 +0000 (+0000) Subject: Note platform in package metadata X-Git-Tag: 0.0.1~83 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=aa0dbe7231758bdc7c1686238d79222b6795502b Note platform in package metadata In the Python package metadata, indicate that this project expects and is targeted at POSIX/Unix platforms. --- 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