[CalendarServer-changes] [7849] PyKerberos/trunk/setup.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Aug 1 16:16:19 PDT 2011


Revision: 7849
          http://trac.macosforge.org/projects/calendarserver/changeset/7849
Author:   wsanchez at apple.com
Date:     2011-08-01 16:16:18 -0700 (Mon, 01 Aug 2011)
Log Message:
-----------
Add PiPi metadata

Modified Paths:
--------------
    PyKerberos/trunk/setup.py

Modified: PyKerberos/trunk/setup.py
===================================================================
--- PyKerberos/trunk/setup.py	2011-08-01 23:07:38 UTC (rev 7848)
+++ PyKerberos/trunk/setup.py	2011-08-01 23:16:18 UTC (rev 7849)
@@ -18,10 +18,25 @@
 import sys
 import commands
 
+long_description = """
+This Python package is a high-level wrapper for Kerberos (GSSAPI) operations.
+The goal is to avoid having to build a module that wraps the entire Kerberos.framework,
+and instead offer a limited set of functions that do what is needed for client/server
+Kerberos authentication based on <http://www.ietf.org/rfc/rfc4559.txt>.
+
+"""
+
 setup (
     name = "kerberos",
-    version = "1.0",
+    version = "1.1.1",
     description = "Kerberos high-level interface",
+    long_description=long_description,
+    classifiers = [
+        "License :: OSI Approved :: Apache Software License",
+        "Programming Language :: Python :: 2",
+        "Topic :: Software Development :: Libraries :: Python Modules",
+        "Topic :: System :: Systems Administration :: Authentication/Directory"
+        ],
     ext_modules = [
         Extension(
             "kerberos",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110801/345bbf50/attachment-0001.html>


More information about the calendarserver-changes mailing list