root/experimental/waveforms/CIREN/trunk/CIREN/setup.py @ 5589

Revision 5589, 318 bytes (checked in by jgaeddert, 6 years ago)

CIREN is here...

  • Property svn:eol-style set to native
Line 
1#! /usr/bin/env python
2
3from distutils.core import setup
4import sys
5
6install_location = '/sdr'
7
8if len(sys.argv) != 2:
9        sys.exit(1)
10
11sys.argv.append('--install-lib='+install_location)
12
13setup(name='CIREN', description='CIREN',data_files=[(install_location+'/waveforms/CIREN',['CIREN.sad.xml', 'CIREN_DAS.xml'])])
Note: See TracBrowser for help on using the browser.