Note platform in package metadata
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 2 May 2018 01:30:40 +0000 (01:30 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 2 May 2018 01:30:40 +0000 (01:30 +0000)
In the Python package metadata, indicate that this project expects
and is targeted at POSIX/Unix platforms.

setup.cfg

index 18b055a..eb198db 100644 (file)
--- 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