/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: Jelmer Vernooij
  • Date: 2011-02-26 19:22:53 UTC
  • mto: (0.140.51 trunk) (6645.1.1 stats)
  • mto: This revision was merged to the branch mainline in revision 6646.
  • Revision ID: jelmer@samba.org-20110226192253-7u456xs42dnoq8t5
Tags: 0.1.0
ReleaseĀ 0.1.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/env python2.4
2
 
 
3
 
bzr_plugin_name = 'stats'
4
 
 
5
 
bzr_plugin_version = (0, 0, 1, 'dev', 0)
6
 
 
7
 
bzr_commands = ['credits', 'committer-statistics', 'ancestor-growth']
 
1
#!/usr/bin/env python
 
2
 
 
3
from info import *
8
4
 
9
5
if __name__ == '__main__':
10
6
    from distutils.core import setup