##// END OF EJS Templates
untest install-ext which is deprecated
untest install-ext which is deprecated

File last commit:

r21794:f06a5044
r21794:f06a5044
Show More
setup.py
5 lines | 128 B | text/x-python | PythonLexer
from distutils.core import setup
setup(name='daft_extension',
version='1.0',
py_modules=['daft_extension'],
)