Changeset 630

Show
Ignore:
Timestamp:
09/18/08 15:50:44 (2 months ago)
Author:
sienkiew
Message:

setup.py mods - fix mistake in parameter names

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pysynphot/defsetup.py

    r585 r630  
    55 
    66setupargs = { 
    7     'version' :               "0.45%rs"%revset.strip(), 
    8     'description ' :        'Python Synthetic Photometry Utilities', 
    9     'fullname    ' :        'AstroLib Pysynphot', 
    10     'license     ' :        'BSD', 
    11     'author' :                "Robert Jedrzejewski, Ivo Busko, Vicki Laidler", 
    12     'author_email' :          "help@stsci.edu", 
    13     'url' :                   "http://projects.scipy.org/astropy/astrolib", 
    14     'platforms' :             ["Linux","Solaris","Mac OS X", "Win"], 
    15     'requires' :            ['pyfits','numpy'], 
    16     'data_files' :            [ ( pkg+'/data', [ 'data/generic/*', 'data/wavecat/*' ] ), 
     7    'version'       :         "0.45%rs"%revset.strip(), 
     8    'description'   :       'Python Synthetic Photometry Utilities', 
     9    'fullname'      :       'AstroLib Pysynphot', 
     10    'license'       :       'BSD', 
     11    'author'        :         "Robert Jedrzejewski, Ivo Busko, Vicki Laidler", 
     12    'author_email' :         "help@stsci.edu", 
     13    'url'           :                 "http://projects.scipy.org/astropy/astrolib", 
     14    'platforms'     :         ["Linux","Solaris","Mac OS X", "Win"], 
     15    'requires'      :       ['pyfits','numpy'], 
     16    'data_files'    :         [ ( pkg+'/data', [ 'data/generic/*', 'data/wavecat/*' ] ), 
    1717                                ('pysynphot', [ 'test/etctest_base_class.py' ] ) 
    1818                            ]