Mercurial > mozilla > hg > ProfileManager
comparison setup.py @ 1:979315ed0816
mucho cleanup on optionparser stuff
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 05 Apr 2010 08:55:44 -0700 |
parents | 7301d534bc6c |
children | 1cd3e3c71bff |
comparison
equal
deleted
inserted
replaced
0:7301d534bc6c | 1:979315ed0816 |
---|---|
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='jhammel@mozilla.com', | 14 author_email='jhammel@mozilla.com', |
15 url='', | 15 url='', |
16 license='', | 16 license='MPL', |
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=[ |
21 # -*- Extra requirements: -*- | 21 # -*- Extra requirements: -*- |
22 ], | 22 ], |
23 entry_points=""" | 23 entry_points=""" |
24 # -*- Entry points: -*- | 24 # -*- Entry points: -*- |
25 [console_scripts] | 25 [console_scripts] |
26 ProfileManager = profilemanager.main:main | 26 profile-manager = profilemanager.main:main |
27 """, | 27 """, |
28 ) | 28 ) |