comparison setup.py @ 32:86c3c0d4d434

drastic rewrite; now use classes == flowers
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 12 Jun 2011 18:22:50 -0700
parents f6b768417d27
children 38aa1d47c461
comparison
equal deleted inserted replaced
31:f6b768417d27 32:86c3c0d4d434
3 try: 3 try:
4 description = file("README.txt").read() 4 description = file("README.txt").read()
5 except: 5 except:
6 description = '' 6 description = ''
7 7
8 version='0.1' 8 version='0.2'
9 9
10 setup(name='buttercup', 10 setup(name='buttercup',
11 version=version, 11 version=version,
12 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, 13 long_description=description,