9 |
|
|
10 |
|
setup( |
11 |
|
name = 'dtflickr', |
12 |
< |
version = '1.3', |
12 |
> |
version = '1.4', |
13 |
|
packages = find_packages(), |
14 |
|
platforms = ['any'], |
15 |
< |
install_requires = ['simplejson>=1.7'], |
15 |
> |
extras_require = { |
16 |
> |
'simplejson': ['simplejson>=1.7'], |
17 |
> |
}, |
18 |
|
author = 'Douglas Thrift', |
19 |
|
author_email = 'douglas@douglasthrift.net', |
20 |
|
description = 'Spiffy Flickr API library using JSON', |
21 |
|
long_description = 'DT Flickr is a spiffy automagically built Flickr API library for Python using JSON.', |
22 |
|
license = 'Apache License, Version 2.0', |
23 |
|
keywords = 'flickr api', |
22 |
– |
requires = ['simplejson (>=1.7)'], |
24 |
|
url = 'http://code.douglasthrift.net/trac/dtflickr', |
25 |
|
classifiers = [ |
26 |
|
'Development Status :: 5 - Production/Stable', |