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 5 by douglas, 2008-03-20T07:34:58-07:00 vs.
Revision 18 by douglas, 2008-08-19T15:44:04-07:00

# Line 9 | Line 9 | from setuptools import setup, find_packa
9  
10   setup(
11          name = 'dtflickr',
12 <        version = '0.9a1',
12 >        version = '1.0',
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 = 'Spiffy Flickr API using JSON',
19 <        long_description = 'A spiffy automagically built Flickr API for Python using JSON.',
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 >        url = 'http://svn.douglasthrift.net/trac/dtflickr',
22          classifiers = [
23 <                'Development Status :: 3 - Alpha',
23 >                'Development Status :: 5 - Production/Stable',
24                  'Intended Audience :: Developers',
25                  'License :: OSI Approved :: Apache Software License',
26                  'Operating System :: OS Independent',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines