Last change
on this file since 292 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 |
---|
2 | import sys |
---|
3 | from distutils.core import setup |
---|
4 | sys.dont_write_bytecode = True |
---|
5 | from regfi_version import REGFI_VERSION |
---|
6 | sys.dont_write_bytecode = False |
---|
7 | |
---|
8 | setup(name='pyregfi', version=REGFI_VERSION, package_dir={'':'python'}, packages=['pyregfi']) |
---|
Note: See
TracBrowser
for help on using the repository browser.