Changeset 2975

Show
Ignore:
Timestamp:
01/03/08 17:01:48 (1 year ago)
Author:
mitsuhiko
Message:

some more code for the IRC announcer. Provides some XMLRPC for the bot now.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ircannouncerplugin/0.11/setup.py

    r2972 r2975  
    99    url='http://trac-hacks.org/wiki/IrcAnnouncerPlugin', 
    1010    license='BSD', 
    11     packages=['ircannouncer'], 
     11    packages=['tracext', 'tracext.ircannouncer'], 
    1212    classifiers=[ 
    1313        'Framework :: Trac', 
    1414        'License :: OSI Approved :: BSD License', 
    1515    ], 
    16     entry_points =
    17         'trac.plugins': ['ircannouncer = ircannouncer'] 
     16    entry_points=
     17        'trac.plugins': 'ircannouncer = tracext.ircannouncer' 
    1818    } 
    1919)