Mercurial > hg > smartopen
diff setup.py @ 3:c5f19f51e1e8
correct setup.py url;
author | k0s <k0scist@gmail.com> |
---|---|
date | Sat, 21 Nov 2009 17:50:38 -0500 |
parents | f084e152dd47 |
children | 01015b36290a |
line wrap: on
line diff
--- a/setup.py Sat Nov 21 17:49:36 2009 -0500 +++ b/setup.py Sat Nov 21 17:50:38 2009 -0500 @@ -12,7 +12,7 @@ keywords='', author='Jeff Hammel', author_email='k0scist@gmail.com', - url='http://k0s.org', + url='http://k0s.org/hg/smartopen', license='GPL', packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), include_package_data=True,