-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Damien Accorsi
committed
Feb 20, 2018
1 parent
7fa6fd5
commit 1c82a18
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,13 +35,13 @@ | |
|
||
setup( | ||
name='preview_generator', | ||
version='0.2.2', | ||
version='0.2.3', | ||
description='A library for generating preview (thumbnails, text or json overview) for file-based content', | ||
long_description=documentation, | ||
author='Algoo', | ||
author_email='[email protected]', | ||
url='https://github.com/algoo/preview-generator', | ||
download_url='https://github.com/algoo/preview-generator/archive/0.2.2.tar.gz', | ||
download_url='https://github.com/algoo/preview-generator/archive/0.2.3.tar.gz', | ||
keywords=['preview', 'preview_generator', 'thumbnail', 'cache'], | ||
classifiers=[ | ||
'Programming Language :: Python :: 3.4', | ||
|