Last change
on this file was
8f53997,
checked in by Ted Faber <faber@…>, 11 years ago
|
Bump cred printer version
|
-
Property mode set to
100644
|
File size:
367 bytes
|
Line | |
---|
1 | #!/usr/bin/env python |
---|
2 | |
---|
3 | from distutils.core import setup |
---|
4 | |
---|
5 | setup(name='cred_printer', |
---|
6 | version='1.10', |
---|
7 | description='ABAC X.509 to text service', |
---|
8 | author='Ted Faber', |
---|
9 | author_email='faber@isi.edu', |
---|
10 | url='http://abac.isi.deterlab.net', |
---|
11 | packages=['cred_printer'], |
---|
12 | requires=['M2Crypto'], |
---|
13 | provides=['cred_printer'], |
---|
14 | scripts=['cred_client.py', 'cred_server.py' ], |
---|
15 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.