comparison setup.py @ 8:064d247e6ed3

not sure what happened here
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 09 Sep 2010 08:06:14 -0700
parents 9a37a94fed68
children d51923b276ef
comparison
equal deleted inserted replaced
7:fa1dfcb2ec6a 8:064d247e6ed3
1 from setuptools import find_packages, setup 1 from setuptools import find_packages, setup
2
3 try:
4 description = file("README.txt").read()
5 except:
6 description = ''
2 7
3 version='0.0' 8 version='0.0'
4 9
5 setup(name='buttercup', 10 setup(name='buttercup',
6 version=version, 11 version=version,
7 description="paste template for creating instances of the buttercup flower website pattern", 12 description="paste template for creating instances of the buttercup flower website pattern",
13 long_description=description,
8 author='Jeff Hammel', 14 author='Jeff Hammel',
9 author_email='k0scist@gmail.com', 15 author_email='k0scist@gmail.com',
10 url='http://k0s.org', 16 url='http://k0s.org',
11 keywords='', 17 keywords='',
12 license="GPL", 18 license="GPL",