1 |
|
#!/usr/bin/env python |
2 |
< |
# Flickr API |
2 |
> |
# DT Flickr |
3 |
|
# |
4 |
|
# Douglas Thrift |
5 |
|
# |
9 |
|
|
10 |
|
setup( |
11 |
|
name = 'dtflickr', |
12 |
< |
version = '1.1', |
12 |
> |
version = '1.2', |
13 |
|
packages = find_packages(), |
14 |
|
platforms = ['any'], |
15 |
|
install_requires = ['simplejson>=1.7'], |
20 |
|
license = 'Apache License, Version 2.0', |
21 |
|
keywords = 'flickr api', |
22 |
|
requires = ['simplejson (>=1.7)'], |
23 |
< |
url = 'http://svn.douglasthrift.net/trac/dtflickr', |
23 |
> |
url = 'http://code.douglasthrift.net/trac/dtflickr', |
24 |
|
classifiers = [ |
25 |
|
'Development Status :: 5 - Production/Stable', |
26 |
|
'Intended Audience :: Developers', |