source:
releases/0.99.0/pyregfi-distutils.py
@
296
Last change on this file since 296 was 212, checked in by , 14 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='0.1', package_dir={'':'python'}, packages=['pyregfi']) |
Note: See TracBrowser
for help on using the repository browser.