summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSebastian Heinlein <sebi@sebi-laptop>2006-11-25 10:01:37 +0100
committerSebastian Heinlein <sebi@sebi-laptop>2006-11-25 10:01:37 +0100
commit327b4c420472def67d2b6f268bb461aca690f0b4 (patch)
tree1d54592a74c368e27b6e51c8ed237023efb31e08 /setup.py
parentd21a4328a369e521c49a7ba21834b3e5e950ca97 (diff)
downloadpython-apt-327b4c420472def67d2b6f268bb461aca690f0b4.tar.gz
* readd the translation - they are needed for the templates
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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',