Add keywords to Python package metadata
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 2 May 2018 01:29:48 +0000 (01:29 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 2 May 2018 01:29:48 +0000 (01:29 +0000)
Include some relevant package search keywords for ease of location
on PyPI.

setup.cfg

index 52bd243..18b055a 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -17,6 +17,7 @@ project_urls =
     Documentation = https://mudpy.org/docs/mudpy/
     Git Clone URL = https://mudpy.org/code/mudpy/
     License Texts = https://mudpy.org/license/
+keywords = mud game telnet
 license = ISC License (ISCL)
 license_file = LICENSE
 classifier =