Mercurial > hg > smartopen
comparison setup.py @ 4:01015b36290a
look for home configuration file if it exists
author | k0s <k0scist@gmail.com> |
---|---|
date | Sat, 21 Nov 2009 19:52:10 -0500 |
parents | c5f19f51e1e8 |
children | 7328744920de |
comparison
equal
deleted
inserted
replaced
3:c5f19f51e1e8 | 4:01015b36290a |
---|---|
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 = '0.1' | 4 version = '0.1.1' |
5 | 5 |
6 setup(name='smartopen', | 6 setup(name='smartopen', |
7 version=version, | 7 version=version, |
8 description="open text in a browser contextually", | 8 description="open text in a browser contextually", |
9 long_description="""\ | 9 long_description="""\ |