Changeset 6272


Ignore:
Timestamp:
Jul 22, 2009, 11:21:35 PM (14 years ago)
Author:
Thijs Triemstra
Message:

Remove incorrect entries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jiratotracintegration/0.11/trunk/setup.py

    r6271 r6272  
    5050    zip_safe = True,
    5151    packages = [PACKAGE],
    52     entry_points = {
    53         'trac.plugins': [
    54             'acct_mgr.admin = acct_mgr.admin',
    55             'acct_mgr.api = acct_mgr.api',
    56             'acct_mgr.db = acct_mgr.db',
    57             'acct_mgr.htfile = acct_mgr.htfile',
    58             'acct_mgr.http = acct_mgr.http',
    59             'acct_mgr.pwhash = acct_mgr.pwhash',
    60             'acct_mgr.svnserve = acct_mgr.svnserve',
    61             'acct_mgr.web_ui = acct_mgr.web_ui',
    62             'acct_mgr.notification = acct_mgr.notification',
    63         ]
    64     },
    6552)
Note: See TracChangeset for help on using the changeset viewer.