~divmod-dev/divmod.org/athena-events-806545

« back to all changes in this revision

Viewing changes to Quotient/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:
16
16
        Divmod Mantissa.
17
17
        """,
18
18
    classifiers=[
 
19
        "Development Status :: 2 - Pre-Alpha",
 
20
        "Framework :: Twisted",
19
21
        "Intended Audience :: Developers",
 
22
        "License :: OSI Approved :: MIT License",
20
23
        "Programming Language :: Python",
21
 
        "Development Status :: 2 - Pre-Alpha",
22
 
        "Topic :: Internet"],
 
24
        "Topic :: Communications :: Email",
 
25
        "Topic :: Communications :: Email :: Address Book",
 
26
        "Topic :: Communications :: Email :: Email Clients (MUA)",
 
27
        "Topic :: Communications :: Email :: Filters",
 
28
        "Topic :: Communications :: Email :: Post-Office :: POP3",
 
29
        "Topic :: Internet",
 
30
        "Topic :: Internet :: WWW/HTTP :: Dynamic Content",
 
31
        ],
23
32
    )