~tribaal/txaws/xss-hardening

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Duncan McGreggor
  • Date: 2010-02-12 17:21:05 UTC
  • Revision ID: oubiwann@lorien-20100212172105-a4cv1ne15mlnlh4z
Updated the classifiers in setup.py.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    classifiers=[
46
46
        "Development Status :: 4 - Beta",
47
47
        "Intended Audience :: Developers",
48
 
        "Intended Audience :: by End-User Class :: Advanced End Users",
49
 
        "Intended Audience :: by End-User Class :: System Administrators",
50
 
        "Intended Audience :: by Industry or Sector :: Information Technology",
 
48
        "Intended Audience :: System Administrators",
 
49
        "Intended Audience :: Information Technology",
51
50
        "Programming Language :: Python",
52
51
        "Topic :: Database",
53
 
        "Topic :: Formats and Protocols :: Data Formats",
54
 
        "Topic :: Multimedia :: Graphics :: Presentation",
55
 
        "Topic :: Software Development :: Object Oriented",
56
 
        "Topic :: System :: Networking :: Monitoring",
57
 
        "Topic :: System :: Systems Administration",
58
 
        "License :: OSI Approved :: BSD License",
 
52
        "Topic :: Internet :: WWW/HTTP",
 
53
        "License :: OSI Approved :: MIT License",
59
54
       ],
60
55
    )
61
56