Mercurial > hg > bitsyblog
comparison setup.py @ 58:b97d11e2cf41
* document defaults
* allow text blogs
* begin replacing the annoying get_response objects
author | k0s <k0scist@gmail.com> |
---|---|
date | Sun, 27 Dec 2009 01:25:38 -0500 |
parents | d3b5c563f89a |
children | f7c6fbce7c9b |
comparison
equal
deleted
inserted
replaced
57:54ebc7eb8384 | 58:b97d11e2cf41 |
---|---|
1 from setuptools import setup, find_packages | 1 from setuptools import setup, find_packages |
2 import sys, os | 2 import sys, os |
3 | 3 |
4 version = '2.3.1' | 4 version = '2.3.2' |
5 | 5 |
6 try: | 6 try: |
7 description = file('README.txt').read() | 7 description = file('README.txt').read() |
8 except IOError: | 8 except IOError: |
9 description = """ | 9 description = """ |