ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/dtflickr/trunk/setup.py
(Generate patch)

Comparing trunk/setup.py (file contents):
Revision 38 by douglas, 2009-05-08T13:05:50-07:00 vs.
Revision 39 by douglas, 2009-08-16T03:27:21-07:00

# Line 9 | Line 9 | from setuptools import setup, find_packa
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',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines