source: trunk/pyregfi-distutils.py @ 277

Last change on this file since 277 was 277, checked in by tim, 12 years ago

incorporated a version of Adam Golebiowski's build patches
reworked REGFI_VERSION and began using it in pyregfi installation

File size: 294 bytes
Line 
1# Called from scons with appropriate python version
2import sys
3from distutils.core import setup
4sys.dont_write_bytecode = True
5from regfi_version import REGFI_VERSION
6sys.dont_write_bytecode = False
7
8setup(name='pyregfi', version=REGFI_VERSION, package_dir={'':'python'}, packages=['pyregfi'])
Note: See TracBrowser for help on using the repository browser.