-
Notifications
You must be signed in to change notification settings - Fork 37
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
Showing
1 changed file
with
4 additions
and
4 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# libthumbor - python extension to thumbor | ||
# http://github.com/heynemann/libthumbor | ||
|
||
# Licensed under the MIT license: | ||
# Licensed under the MIT license: | ||
# http://www.opensource.org/licenses/mit-license | ||
# Copyright (c) 2011 Bernardo Heynemann [email protected] | ||
|
||
|
@@ -25,15 +25,15 @@ | |
|
||
if sys.version_info[0] == 2: | ||
tests_require.append('thumbor') | ||
|
||
setup( | ||
name = 'libthumbor', | ||
version = "1.1.0", | ||
version = "1.2.0", | ||
description = "libthumbor is the python extension to thumbor", | ||
long_description = """ | ||
libthumbor is the python extension to thumbor. | ||
It allows users to generate safe urls easily. | ||
""", | ||
""", | ||
keywords = 'imaging face detection feature thumbor thumbnail' + \ | ||
' imagemagick pil opencv', | ||
author = 'Bernardo Heynemann', | ||
|