Mercurial > hg > bitsyblog
comparison setup.py @ 39:11b1364085a9
bump version for separation of bitsyauth
| author | k0s <k0scist@gmail.com> |
|---|---|
| date | Mon, 02 Nov 2009 21:46:17 -0500 |
| parents | 695e59e5a4a7 |
| children | 0e7f56709c90 |
comparison
equal
deleted
inserted
replaced
| 38:de3ea3a280ae | 39:11b1364085a9 |
|---|---|
| 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.0' | 4 version = '2.1' |
| 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 = """ |
