11 |
|
name = 'dtflickr', |
12 |
|
version = '0.9a1', |
13 |
|
packages = find_packages(), |
14 |
+ |
platforms = ['any'], |
15 |
|
install_requires = ['simplejson>=1.7'], |
16 |
|
author = 'Douglas Thrift', |
17 |
|
author_email = 'douglas@douglasthrift.net', |
18 |
< |
description = 'Automagical Flickr API', |
18 |
> |
description = 'Spiffy Flickr API using JSON', |
19 |
> |
long_description = 'A spiffy automagically built Flickr API for Python using JSON.', |
20 |
|
license = 'Apache License, Version 2.0', |
21 |
+ |
url = 'http://svn.douglasthrift.net/trac/dtflickr/', |
22 |
+ |
classifiers = [ |
23 |
+ |
'Development Status :: 3 - Alpha', |
24 |
+ |
'Intended Audience :: Developers', |
25 |
+ |
'License :: OSI Approved :: Apache Software License', |
26 |
+ |
'Operating System :: OS Independent', |
27 |
+ |
'Programming Language :: Python', |
28 |
+ |
'Topic :: Multimedia :: Graphics', |
29 |
+ |
'Topic :: Software Development :: Libraries :: Python Modules', |
30 |
+ |
], |
31 |
|
) |