Create a Python package
[mudpy.git] / setup.cfg
1 [metadata]
2 name = mudpy
3 summary = The mudpy MUD server engine.
4 description-file =
5     README.rst
6 author = Jeremy Stanley
7 author-email = fungi@yuggoth.org
8 home-page = http://mudpy.org/
9 classifier =
10     License :: OSI Approved :: ISC License (ISCL)
11     Operating System :: POSIX
12     Operating System :: Unix
13     Programming Language :: Python
14     Programming Language :: Python :: 3
15     Programming Language :: Python :: 3.3
16     Programming Language :: Python :: 3.4
17     Programming Language :: Python :: 3.5
18     Programming Language :: Python :: 3.6
19     Programming Language :: Python :: 3 :: Only
20     Topic :: Communications
21     Topic :: Communications :: BBS
22     Topic :: Communications :: Chat
23     Topic :: Games/Entertainment
24     Topic :: Games/Entertainment :: Multi-User Dungeons (MUD)
25     Topic :: Games/Entertainment :: Role-Playing
26     Topic :: Internet
27
28 [files]
29 packages =
30     mudpy