Mercurial > hg > smartopen
comparison 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 |
comparison
equal
deleted
inserted
replaced
2:f084e152dd47 | 3:c5f19f51e1e8 |
---|---|
10 """, | 10 """, |
11 classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers | 11 classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers |
12 keywords='', | 12 keywords='', |
13 author='Jeff Hammel', | 13 author='Jeff Hammel', |
14 author_email='k0scist@gmail.com', | 14 author_email='k0scist@gmail.com', |
15 url='http://k0s.org', | 15 url='http://k0s.org/hg/smartopen', |
16 license='GPL', | 16 license='GPL', |
17 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), | 17 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), |
18 include_package_data=True, | 18 include_package_data=True, |
19 zip_safe=False, | 19 zip_safe=False, |
20 install_requires=[ | 20 install_requires=[ |