/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Robert Collins
  • Date: 2010-03-01 05:17:38 UTC
  • mto: This revision was merged to the branch mainline in revision 683.
  • Revision ID: robertc@robertcollins.net-20100301051738-aog8ye7mf19hklfi
GuardĀ setup.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
        return files
138
138
 
139
139
 
140
 
setup(
 
140
if __name__ == '__main__':
 
141
    setup(
141
142
    name = "bzr-gtk",
142
143
    version = "0.99.0",
143
144
    maintainer = "Jelmer Vernooij",