Mercurial > hg > bitsyblog
comparison setup.py @ 47:f2b8204237dc
bumping version
| author | k0s <k0scist@gmail.com> |
|---|---|
| date | Tue, 24 Nov 2009 21:05:03 -0500 |
| parents | 0e7f56709c90 |
| children | 4efeb3ecab7a |
comparison
equal
deleted
inserted
replaced
| 46:66bfcceea3b4 | 47:f2b8204237dc |
|---|---|
| 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.1' | 4 version = '2.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 = """ |
