Coerce loglevel facet to int when updating
[mudpy.git] / setup.cfg
1 # Copyright (c) 2016-2017 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.rst
10 author = Jeremy Stanley
11 author-email = fungi@yuggoth.org
12 home-page = http://mudpy.org/
13 classifier =
14     License :: OSI Approved :: ISC License (ISCL)
15     Operating System :: POSIX
16     Operating System :: Unix
17     Programming Language :: Python
18     Programming Language :: Python :: 3
19     Programming Language :: Python :: 3.3
20     Programming Language :: Python :: 3.4
21     Programming Language :: Python :: 3.5
22     Programming Language :: Python :: 3.6
23     Programming Language :: Python :: 3 :: Only
24     Topic :: Communications
25     Topic :: Communications :: BBS
26     Topic :: Communications :: Chat
27     Topic :: Games/Entertainment
28     Topic :: Games/Entertainment :: Multi-User Dungeons (MUD)
29     Topic :: Games/Entertainment :: Role-Playing
30     Topic :: Internet
31
32 [files]
33 packages =
34     mudpy
35
36 [entry_points]
37 console_scripts =
38     mudpy = mudpy.daemon:main
39     mudpy_selftest = mudpy.tests.selftest:main