~zectbumo/divmod.org/divmod.org

« back to all changes in this revision

Viewing changes to Imaginary/setup.py

  • Committer: exarkun
  • Date: 2009-11-30 01:08:55 UTC
  • Revision ID: svn-v4:866e43f7-fbfc-0310-8f2a-ec88d1da2979:trunk:17880
Merge release-20091125

Fixes: #2991

Update version numbers, news files, and setup.py files for this round of releases.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
    platforms=["any"],
13
13
    description=imaginary.__doc__,
14
14
    classifiers=[
 
15
        "Development Status :: 2 - Pre-Alpha",
15
16
        "Intended Audience :: Developers",
16
17
        "Intended Audience :: Education",
 
18
        "License :: OSI Approved :: MIT License",
17
19
        "Programming Language :: Python",
18
 
        "Development Status :: 2 - Pre-Alpha",
19
20
        "Topic :: Games/Entertainment",
20
21
        "Topic :: Games/Entertainment :: Multi-User Dungeons (MUD)",
21
22
        "Topic :: Games/Entertainment :: Puzzle Games",
22
23
        "Topic :: Games/Entertainment :: Real Time Strategy",
23
24
        "Topic :: Games/Entertainment :: Role-Playing",
24
 
        "Topic :: Games/Entertainment :: Simulation"])
 
25
        "Topic :: Games/Entertainment :: Simulation",
 
26
        "Topic :: Terminals"])