about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index f3142c0..ad45473 100644
--- a/setup.py
+++ b/setup.py
@@ -58,6 +58,6 @@ setup(
     license="ISC License (ISCL)",
     keywords="kindle comic mobipocket mobi cbz cbr manga",
     url="http://github.com/ciromattia/kcc",
-    packages=['KCC'], requires=['Pillow'],
+    packages=['kcc'], requires=['Pillow'],
     **extra_options
-)
\ No newline at end of file
+)