Last change
on this file since 294 was
279,
checked in by tim, 9 years ago
|
some changes requested by debian maintainers
|
File size:
294 bytes
|
Rev | Line | |
---|
[212] | 1 | # Called from scons with appropriate python version |
---|
[277] | 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 |
---|
[212] | 7 | |
---|
[277] | 8 | setup(name='pyregfi', version=REGFI_VERSION, package_dir={'':'python'}, packages=['pyregfi']) |
---|
Note: See
TracBrowser
for help on using the repository browser.