lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since db2cb04 was 1f419ecf, checked in by Martin Decky <martin@…>, 14 years ago |
update Bazaar email plugin
(show the first line of the commit log in the subject instead of the list of touched files, provide a global overview of all touched files, not a separate overview for each parent tree)
|
-
Property mode
set to
100755
|
File size:
455 bytes
|
Rev | Line | |
---|
[bcb6f27] | 1 | #!/usr/bin/env python
|
---|
| 2 |
|
---|
| 3 | from distutils.core import setup
|
---|
| 4 |
|
---|
| 5 | setup(
|
---|
| 6 | name = 'bzreml',
|
---|
| 7 | description = 'Commit email plugin for Bazaar',
|
---|
| 8 | keywords = 'plugin bzr email',
|
---|
[1f419ecf] | 9 | version = '1.2',
|
---|
[bcb6f27] | 10 | url = 'http://www.decky.cz/',
|
---|
| 11 | license = 'BSD',
|
---|
| 12 | author = 'Martin Decky',
|
---|
| 13 | author_email = 'martin@decky.cz',
|
---|
| 14 | long_description = """Hooks into Bazaar and sends commit notification emails.""",
|
---|
| 15 | package_dir = {'bzrlib.plugins.eml':'.'},
|
---|
| 16 | packages = ['bzrlib.plugins.eml']
|
---|
| 17 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.