source: trunk/setup.py

Last change on this file was 279, checked in by tim, 9 years ago

some changes requested by debian maintainers

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.