diff options
| author | Sebastian Heinlein <sebi@sebi-laptop> | 2006-11-25 14:28:06 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebi@sebi-laptop> | 2006-11-25 14:28:06 +0100 |
| commit | ba9158ba221f522239f9d4f63843fea3d55ff7ed (patch) | |
| tree | c0ca7375b075d3219132655af8cf06429e894e19 /setup.py | |
| parent | 327b4c420472def67d2b6f268bb461aca690f0b4 (diff) | |
| download | python-apt-ba9158ba221f522239f9d4f63843fea3d55ff7ed.tar.gz | |
* make use of distutils-extra
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,4 +12,6 @@ setup( glob.glob('build/templates/*.info'))], license = 'GNU GPL', platforms = 'posix', + cmdclass = { "build" : build_plus, + "build_l10n" : build_l10n } ) |
