Mercurial > hg > buttercup
comparison setup.py @ 31:f6b768417d27
now listing kinda works
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 31 May 2011 07:39:07 -0700 |
parents | d51923b276ef |
children | 86c3c0d4d434 |
comparison
equal
deleted
inserted
replaced
30:6089d6ec745a | 31:f6b768417d27 |
---|---|
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.0' | 8 version='0.1' |
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, |
14 author='Jeff Hammel', | 14 author='Jeff Hammel', |
15 author_email='k0scist@gmail.com', | 15 author_email='k0scist@gmail.com', |
16 url='http://k0s.org', | 16 url='http://k0s.org/', |
17 keywords='', | 17 keywords='', |
18 license="GPL", | 18 license="GPL", |
19 packages=find_packages(exclude=['ez_setup', 'examples', 'tests*']), | 19 packages=find_packages(exclude=['ez_setup', 'examples', 'tests*']), |
20 include_package_data=True, | 20 include_package_data=True, |
21 install_requires = [ 'PasteScript' ], | 21 install_requires = [ 'PasteScript' ], |