Changeset 47a728e1 in mainline for contrib/bazaar/bzreml/setup.py
- Timestamp:
- 2012-08-01T21:59:40Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cb4a66d2
- Parents:
- 23db8aa (diff), 9bcdbc5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/bazaar/bzreml/setup.py
r23db8aa r47a728e1 7 7 description = 'Commit email plugin for Bazaar', 8 8 keywords = 'plugin bzr email', 9 version = '1. 2',9 version = '1.3', 10 10 url = 'http://www.decky.cz/', 11 11 license = 'BSD', … … 13 13 author_email = 'martin@decky.cz', 14 14 long_description = """Hooks into Bazaar and sends commit notification emails.""", 15 package_dir = {'bzrlib.plugins.eml':'.'}, 15 package_dir = {'bzrlib.plugins.eml':'.'}, 16 16 packages = ['bzrlib.plugins.eml'] 17 17 )
Note:
See TracChangeset
for help on using the changeset viewer.