Changeset 0a49bd7 for fedd/setup.py


Ignore:
Timestamp:
Jan 15, 2011 5:52:15 PM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
aaf7f41
Parents:
ac15159 (diff), 944b746 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Ted Faber <faber@…> (01/15/11 17:51:40)
git-committer:
Ted Faber <faber@…> (01/15/11 17:52:15)
Message:

merge from current

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/setup.py

    rac15159 r0a49bd7  
    44
    55setup(name='fedd',
    6         version='3.01',
     6        version='3.20a',
    77        description='DETER Federation daemon',
    88        author='Ted Faber',
     
    1313        requires=['ZSI(>=2.0)', 'M2Crypto'],
    1414        provides=['federation'],
    15         scripts=['confirm_sshkey.py', 'exp_access_db.py', 'fedd.py',
    16             'fedd_client.py', 'fedd_create.py', 'fedd_ftopo.py',
     15        scripts=['access_to_abac.py', 'cert_to_fedid.py', 'confirm_sshkey.py',
     16            'creddy_split.py', 'dump_abac_authorizer.py', 'exp_access_db.py',
     17            'fedd.py', 'fedd_client.py', 'fedd_create.py', 'fedd_ftopo.py',
    1718            'fedd_image.py', 'fedd_info.py', 'fedd_multiinfo.py',
    1819            'fedd_multistatus.py', 'fedd_new.py', 'fedd_ns2topdl.py',
    19             'fedd_spewlog.py', 'fedd_terminate.py',
    20             'fedid.py', 'user_to_project.py' ],
     20            'fedd_spewlog.py', 'fedd_terminate.py', 'fedd_to_abac.py',
     21            'fedid.py', 'fedd_to_abac.py', 'user_to_project.py' ],
    2122    )
Note: See TracChangeset for help on using the changeset viewer.