Changeset 5

Show
Ignore:
Timestamp:
02/09/07 14:56:03 (2 years ago)
Author:
kevin
Message:

adjusting metadata to require Genshi, and adding keyword so that the
package appears in the CogBin?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/TGWebServices.egg-info/PKG-INFO

    r4 r5  
    3636        * Works with TurboGears 1.0 
    3737        * MIT license allows for unrestricted use 
     38Keywords: turbogears.extension 
    3839Platform: UNKNOWN 
    3940Classifier: Development Status :: 3 - Alpha 
  • trunk/TGWebServices.egg-info/requires.txt

    r1 r5  
    11TurboGears >= 1.0b1 
     2Genshi >= 0.3.4 
  • trunk/setup.py

    r4 r5  
    1818    install_requires = [ 
    1919        "TurboGears >= 1.0b1", 
     20        "Genshi >= 0.3.4" 
    2021    ], 
    2122    scripts = [], 
     
    2526                                     package='tgwebservices'), 
    2627    keywords = [ 
    27         # Use keywords if you'll be adding your package to the 
    28         # Python Cheeseshop 
    29          
    30         # if this has widgets, uncomment the next line 
    31         # 'turbogears.widgets', 
    32          
    33         # if this has a tg-admin command, uncomment the next line 
    34         # 'turbogears.command', 
    35          
    36         # if this has identity providers, uncomment the next line 
    37         # 'turbogears.identity.provider', 
    38      
    39         # If this is a template plugin, uncomment the next line 
    40         # 'python.templating.engines', 
    41          
    42         # If this is a full application, uncomment the next line 
    43         # 'turbogears.app', 
     28        "turbogears.extension" 
    4429    ], 
    4530    classifiers = [