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

« back to all changes in this revision

Viewing changes to Vertex/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:
17
17
        stream-based communication between named endpoints.
18
18
        """,
19
19
    classifiers=[
 
20
        "Development Status :: 2 - Pre-Alpha",
 
21
        "Framework :: Twisted",
20
22
        "Intended Audience :: Developers",
 
23
        "License :: OSI Approved :: MIT License",
21
24
        "Programming Language :: Python",
22
 
        "Development Status :: 2 - Pre-Alpha",
23
 
        "Topic :: Internet"],
 
25
        "Topic :: Communications",
 
26
        "Topic :: Internet",
 
27
        "Topic :: Internet :: File Transfer Protocol (FTP)",
 
28
        "Topic :: Internet :: Name Service (DNS)",
 
29
        "Topic :: Software Development :: Libraries :: Python Modules",
 
30
        ],
24
31
    )