/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Parth Malwankar
  • Date: 2010-03-10 13:41:24 UTC
  • mto: (0.40.54 grep)
  • mto: This revision was merged to the branch mainline in revision 6555.
  • Revision ID: parth.malwankar@gmail.com-20100310134124-mvf5c1ahbhlhwj8z
0.0.1 final

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
bzr_plugin_name = 'grep'
5
5
 
6
 
bzr_plugin_version = (0, 0, 1, 'dev', 1)
 
6
bzr_plugin_version = (0, 0, 1, 'final', 0)
 
7
 
7
8
bzr_commands = ['grep']
8
9
 
9
10
if __name__ == 'main':