Changeset 239:de3a490db4c1 for eggchecker/src
- Timestamp:
- 05/16/08 23:19:16 (3 months ago)
- Files:
-
- 1 modified
-
eggchecker/src/setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
eggchecker/src/setup.py
r201 r239 20 20 # along with this program; if not, write to the Free Software 21 21 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 22 22 23 from setuptools import setup, find_packages 23 24 import sys, os … … 34 35 classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers 35 36 keywords='qa pylintrc', 36 author= 'Tarek Ziade',37 author=u'Tarek Ziadé', 37 38 author_email='tarek@ziade.org', 38 39 url='http://hg.programmation-python.org',
