diff options
| author | Sebastian Heinlein <sebi@sebi-laptop> | 2006-11-25 10:01:37 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebi@sebi-laptop> | 2006-11-25 10:01:37 +0100 |
| commit | 327b4c420472def67d2b6f268bb461aca690f0b4 (patch) | |
| tree | 1d54592a74c368e27b6e51c8ed237023efb31e08 /setup.py | |
| parent | d21a4328a369e521c49a7ba21834b3e5e950ca97 (diff) | |
| download | python-apt-327b4c420472def67d2b6f268bb461aca690f0b4.tar.gz | |
* readd the translation - they are needed for the templates
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ setup( name = 'python-aptsources', version = '0.0.1', description = 'Abstratcion of the sources.list', - packages = ['aptsources'], + packages = ['AptSources'], data_files = [('share/python-aptsources/templates', glob.glob('build/templates/*.info'))], license = 'GNU GPL', |
