ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/dtflickr/trunk/setup.py
Revision: 15
Committed: 2008-08-19T14:17:09-07:00 (16 years, 10 months ago) by douglas
Content type: text/x-python
File size: 910 byte(s)
Log Message:
Add a NOTICE file for the hell of it and fix a typo.

File Contents

# User Rev Content
1 douglas 3 #!/usr/bin/env python
2     # Flickr API
3     #
4     # Douglas Thrift
5     #
6     # $Id$
7    
8     from setuptools import setup, find_packages
9    
10     setup(
11     name = 'dtflickr',
12     version = '0.9a1',
13     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 6 url = 'http://svn.douglasthrift.net/trac/dtflickr',
22 douglas 4 classifiers = [
23     'Development Status :: 3 - Alpha',
24     'Intended Audience :: Developers',
25     'License :: OSI Approved :: Apache Software License',
26     'Operating System :: OS Independent',
27     'Programming Language :: Python',
28     'Topic :: Multimedia :: Graphics',
29     'Topic :: Software Development :: Libraries :: Python Modules',
30     ],
31 douglas 3 )

Properties

Name Value
svn:executable *
svn:keywords Id