Mercurial > hg > montage
comparison setup.py @ 7:70ead14c7d43
correct url
author | k0s <k0scist@gmail.com> |
---|---|
date | Fri, 25 Dec 2009 17:24:22 -0500 |
parents | 439a417c857e |
children | 93af41dcff3a |
comparison
equal
deleted
inserted
replaced
6:439a417c857e | 7:70ead14c7d43 |
---|---|
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='photo gallery decoupage', | 12 keywords='photo gallery decoupage', |
13 author='Jeff Hammel', | 13 author='Jeff Hammel', |
14 author_email='k0scist@gmail.com', | 14 author_email='k0scist@gmail.com', |
15 url='http://explosivedecompression.net', | 15 url='http://k0s.org/hg/montage', |
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=[ |