source: fedd/setup.py @ 1e5e5ef

axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
Last change on this file since 1e5e5ef was 1e5e5ef, checked in by Ted Faber <faber@…>, 15 years ago

still finding the right place

  • Property mode set to 100644
File size: 485 bytes
RevLine 
[0e41546]1#!/usr/local/bin/python
2
[edbc841]3from distutils.core import setup
[0e41546]4
5setup(name='fedd',
6        version='1.0',
7        description='DETER Federation daemon',
8        author='Ted Faber',
9        author_email='faber@isi.edu',
10        url='http://fedd.isi.deterlab.net',
[5d3f239]11        packages=['federation'],
[1e5e5ef]12        package_data={'federation': [ 'LICENSE' ]},
[0e41546]13        requires=['ZSI(>=2.0)', 'M2Crypto'],
[5d3f239]14        provides=['federation'],
[0c4e561]15        scripts=['confirm_sshkey.py', 'exp_access_db.py', 'fedd.py',
16            'fedd_client.py', 'fedid.py', 'user_to_project.py' ],
[0e41546]17    )
Note: See TracBrowser for help on using the repository browser.