ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/dtflickr/trunk/setup.py
Revision: 25
Committed: 2008-11-20T16:57:10-08:00 (16 years, 7 months ago) by douglas
Content type: text/x-python
File size: 982 byte(s)
Log Message:
Clean up some things and we can release 1.2!

File Contents

# User Rev Content
1 douglas 3 #!/usr/bin/env python
2 douglas 25 # DT Flickr
3 douglas 3 #
4     # Douglas Thrift
5     #
6     # $Id$
7    
8     from setuptools import setup, find_packages
9    
10     setup(
11     name = 'dtflickr',
12 douglas 25 version = '1.2',
13 douglas 3 packages = find_packages(),
14 douglas 4 platforms = ['any'],
15 douglas 3 install_requires = ['simplejson>=1.7'],
16     author = 'Douglas Thrift',
17     author_email = 'douglas@douglasthrift.net',
18 douglas 15 description = 'Spiffy Flickr API library using JSON',
19 douglas 6 long_description = 'DT Flickr is a spiffy automagically built Flickr API library for Python using JSON.',
20 douglas 3 license = 'Apache License, Version 2.0',
21 douglas 20 keywords = 'flickr api',
22     requires = ['simplejson (>=1.7)'],
23 douglas 25 url = 'http://code.douglasthrift.net/trac/dtflickr',
24 douglas 4 classifiers = [
25 douglas 18 'Development Status :: 5 - Production/Stable',
26 douglas 4 'Intended Audience :: Developers',
27     'License :: OSI Approved :: Apache Software License',
28     'Operating System :: OS Independent',
29     'Programming Language :: Python',
30     'Topic :: Multimedia :: Graphics',
31     'Topic :: Software Development :: Libraries :: Python Modules',
32     ],
33 douglas 3 )

Properties

Name Value
svn:executable *
svn:keywords Id