aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d7e0225..525c370 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ data_files = [("share/applications/", ["share/applications/mageiasync.desktop"])
setup(
name = 'mageiasync',
version = '0.1',
- packages = ['mageiasync'],
+ packages = ['mageiaSync'],
scripts = ['mageiasync'],
license = 'GNU General Public License v3 (GPLv3)',
url = 'https://github.com/papoteur-mga/mageiaSync',