Revision: | 3 |
Committed: | 2008-03-19T18:54:32-07:00 (17 years, 3 months ago) by douglas |
Content type: | text/x-python |
Original Path: | dtflickr/trunk/setup.py |
File size: | 384 byte(s) |
Log Message: | Initial releasable. |
# | 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 | install_requires = ['simplejson>=1.7'], | ||
15 | author = 'Douglas Thrift', | ||
16 | author_email = 'douglas@douglasthrift.net', | ||
17 | description = 'Automagical Flickr API', | ||
18 | license = 'Apache License, Version 2.0', | ||
19 | ) |
Name | Value |
---|---|
svn:executable | * |
svn:keywords | Id |