axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
Last change
on this file since 08329f4 was
5d3f239,
checked in by Ted Faber <faber@…>, 16 years ago
|
change package name to avoid conflicts with fedd on install
|
-
Property mode set to
100644
|
File size:
439 bytes
|
Line | |
---|
1 | #!/usr/local/bin/python |
---|
2 | |
---|
3 | from distutils.core import setup |
---|
4 | |
---|
5 | setup(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', |
---|
11 | packages=['federation'], |
---|
12 | requires=['ZSI(>=2.0)', 'M2Crypto'], |
---|
13 | provides=['federation'], |
---|
14 | scripts=['fedd.py', 'fedd_client.py', 'fedid.py', 'confirm_sshkey.py', |
---|
15 | 'exp_access_db.py', 'fixed_resource.py'], |
---|
16 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.