Changeset 400

Show
Ignore:
Timestamp:
02/15/07 01:57:49 (2 years ago)
Author:
athomas
Message:

pyndexter: Fixed author in setup.py.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pyndexter/trunk/setup.py

    r394 r400  
    1717      platforms=['any'], 
    1818      author='Alec Thomas', 
    19       author_email=__author__
     19      author_email=__author__.split('<')[1][:-1]
    2020      version=__version__, 
    2121      test_suite='pyndexter.test.suite',