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