Changeset 0a49bd7 for fedd/setup.py
- Timestamp:
- Jan 15, 2011 5:52:15 PM (14 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/setup.py
rac15159 r0a49bd7 4 4 5 5 setup(name='fedd', 6 version='3. 01',6 version='3.20a', 7 7 description='DETER Federation daemon', 8 8 author='Ted Faber', … … 13 13 requires=['ZSI(>=2.0)', 'M2Crypto'], 14 14 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', 17 18 'fedd_image.py', 'fedd_info.py', 'fedd_multiinfo.py', 18 19 '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' ], 21 22 )
Note: See TracChangeset
for help on using the changeset viewer.