source:
trunk/pyregfi-distutils.py
@
264
Last change on this file since 264 was 256, checked in by , 13 years ago | |
---|---|
File size: 172 bytes |
Rev | Line | |
---|---|---|
[212] | 1 | # Called from scons with appropriate python version |
2 | ||
3 | from distutils.core import setup | |
[256] | 4 | setup(name='pyregfi', version='1.0', package_dir={'':'python'}, packages=['pyregfi']) |
Note: See TracBrowser
for help on using the repository browser.