diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2014-01-28 12:10:33 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2014-01-28 12:10:33 +0100 |
commit | a229ba44bfa42bf3d2749e097b80d4a30a9dd44a (patch) | |
tree | d1e05de3af6da3d316f37ca2cbcb23a1f81d7547 /setup.py | |
parent | Removed redundant output (diff) | |
download | kcc-a229ba44bfa42bf3d2749e097b80d4a30a9dd44a.tar.gz kcc-a229ba44bfa42bf3d2749e097b80d4a30a9dd44a.tar.bz2 kcc-a229ba44bfa42bf3d2749e097b80d4a30a9dd44a.zip |
README update
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py index f805c66..5912dab 100755 --- a/setup.py +++ b/setup.py @@ -93,7 +93,6 @@ setup( license="ISC License (ISCL)", keywords="kindle comic mobipocket mobi cbz cbr manga", url="http://github.com/ciromattia/kcc", - packages=['kcc'], requires=['Pillow'], **extra_options ) |