Changeset 775

Show
Ignore:
Timestamp:
07/22/07 11:23:33 (1 year ago)
Author:
robin
Message:

--

Files:

Legend:

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

    r774 r775  
    7474        entry_points = { 
    7575            'console_scripts': [ 
    76                 'pyrun = pyrun:run', 
    77                 'pyrunex = pyrun:runex
     76                'pyrun = pyrun:runex', 
     77                'pyrun-m = pyrun:run
    7878                ] 
    7979            },