source:
releases/1.0.0/pyregfi-distutils.py
@
296
Last change on this file since 296 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.