Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/bazaar/bzreml/setup.py

    r1f419ecf rb553acc  
    77        description = 'Commit email plugin for Bazaar',
    88        keywords = 'plugin bzr email',
    9         version = '1.2',
     9        version = '1.3',
    1010        url = 'http://www.decky.cz/',
    1111        license = 'BSD',
     
    1313        author_email = 'martin@decky.cz',
    1414        long_description = """Hooks into Bazaar and sends commit notification emails.""",
    15         package_dir = {'bzrlib.plugins.eml':'.'}, 
     15        package_dir = {'bzrlib.plugins.eml':'.'},
    1616        packages = ['bzrlib.plugins.eml']
    1717)
Note: See TracChangeset for help on using the changeset viewer.