Mercurial > hg > buttercup
comparison setup.py @ 4:1fa9ca23d696
include description from README
author | k0s <k0scist@gmail.com> |
---|---|
date | Tue, 02 Mar 2010 16:34:51 -0500 |
parents | 9661071dac87 |
children | 9a37a94fed68 |
comparison
equal
deleted
inserted
replaced
2:d5c80480b967 | 4:1fa9ca23d696 |
---|---|
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='trac plugin', | 17 keywords='trac plugin', |
12 license="", | 18 license="", |