Changeset 3753

Show
Ignore:
Timestamp:
05/30/08 02:21:31 (7 months ago)
Author:
coderanger
Message:

Add a -dev download link in setup.py, and add all the development status classifiers to make it easy to change between them.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • textmatebundle/0.11/Templates/setup_py.tmTemplate/info.plist

    r3684 r3753  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 
     2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 
    33<plist version="1.0"> 
    44<dict> 
  • textmatebundle/0.11/Templates/setup_py.tmTemplate/template.py

    r3685 r3753  
    1818    keywords = 'trac plugin', 
    1919    url = 'http://trac-hacks.org/wiki/${PLUGIN_NAME}Plugin', 
     20    download_url = 'http://trac-hacks.org/svn/${MODULE_NAME}plugin/0.11#egg=Trac${PLUGIN_NAME}-dev', 
    2021    classifiers = [ 
    2122        'Framework :: Trac', 
    2223        'Development Status :: 1 - Planning', 
     24        # 'Development Status :: 2 - Pre-Alpha', 
     25        # 'Development Status :: 3 - Alpha', 
     26        # 'Development Status :: 4 - Beta', 
     27        # 'Development Status :: 5 - Production/Stable', 
     28        # 'Development Status :: 6 - Mature', 
     29        # 'Development Status :: 7 - Inactive', 
    2330        'Environment :: Web Environment', 
    2431        'License :: OSI Approved :: BSD License',