Correct metadata entry for README
[mudpy.git] / setup.cfg
1 # Copyright (c) 2016-2018 Jeremy Stanley <fungi@yuggoth.org>. Permission
2 # to use, copy, modify, and distribute this software is granted under
3 # terms provided in the LICENSE file distributed with this software.
4
5 [metadata]
6 name = mudpy
7 summary = The mudpy MUD server engine.
8 description-file =
9     README
10 description-content-type = text/x-rst; charset=UTF-8
11 author = Jeremy Stanley
12 author-email = fungi@yuggoth.org
13 home-page = http://mudpy.org/
14 classifier =
15     License :: OSI Approved :: ISC License (ISCL)
16     Operating System :: POSIX
17     Operating System :: Unix
18     Programming Language :: Python
19     Programming Language :: Python :: 3
20     Programming Language :: Python :: 3.3
21     Programming Language :: Python :: 3.4
22     Programming Language :: Python :: 3.5
23     Programming Language :: Python :: 3.6
24     Programming Language :: Python :: 3 :: Only
25     Topic :: Communications
26     Topic :: Communications :: BBS
27     Topic :: Communications :: Chat
28     Topic :: Games/Entertainment
29     Topic :: Games/Entertainment :: Multi-User Dungeons (MUD)
30     Topic :: Games/Entertainment :: Role-Playing
31     Topic :: Internet
32
33 [files]
34 packages =
35     mudpy
36
37 [entry_points]
38 console_scripts =
39     mudpy = mudpy.daemon:main
40     mudpy_selftest = mudpy.tests.selftest:main