From 327b4c420472def67d2b6f268bb461aca690f0b4 Mon Sep 17 00:00:00 2001 From: Sebastian Heinlein Date: Sat, 25 Nov 2006 10:01:37 +0100 Subject: * readd the translation - they are needed for the templates --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 1e7e4934..44b30e9c 100755 --- a/setup.py +++ b/setup.py @@ -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', -- cgit v1.2.3