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 15 by douglas, 2008-08-19T14:17:09-07:00 vs.
Revision 32 by douglas, 2009-05-08T13:05:50-07:00

# Line 1 | Line 1
1   #!/usr/bin/env python
2 < # Flickr API
2 > # DT Flickr
3   #
4   # Douglas Thrift
5   #
# Line 9 | Line 9 | from setuptools import setup, find_packa
9  
10   setup(
11          name = 'dtflickr',
12 <        version = '0.9a1',
12 >        version = '1.3',
13          packages = find_packages(),
14          platforms = ['any'],
15          install_requires = ['simplejson>=1.7'],
# Line 18 | Line 18 | setup(
18          description = 'Spiffy Flickr API library using JSON',
19          long_description = 'DT Flickr is a spiffy automagically built Flickr API library for Python using JSON.',
20          license = 'Apache License, Version 2.0',
21 <        url = 'http://svn.douglasthrift.net/trac/dtflickr',
21 >        keywords = 'flickr api',
22 >        requires = ['simplejson (>=1.7)'],
23 >        url = 'http://code.douglasthrift.net/trac/dtflickr',
24          classifiers = [
25 <                'Development Status :: 3 - Alpha',
25 >                'Development Status :: 5 - Production/Stable',
26                  'Intended Audience :: Developers',
27                  'License :: OSI Approved :: Apache Software License',
28                  'Operating System :: OS Independent',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines