root/gaphor/tags/gaphor-0.12.5/utils/command/install_lib.py

Revision 1194, 255 bytes (checked in by arj..@yirdis.nl, 2 years ago)

Use modified install_lib target, so uml2.py and locales are generated when doing 'easy_install gaphor'.

Line 
1
2 from setuptools.command.install_lib import install_lib as _install_lib
3
4 class install_lib(_install_lib):
5
6     def build(self):
7         _install_lib.build(self)
8         self.run_command('build_uml')
9         self.run_command('build_mo')
10
11
12 # vim:sw=4:et:ai
Note: See TracBrowser for help on using the browser.