Attachment 'setup.py'
Download
1 from distutils.core import setup
2 from distutils.extension import Extension
3 from Cython.Distutils import build_ext
4
5 setup(
6 cmdclass = {'build_ext': build_ext},
7 ext_modules = [Extension("lic_internal", ["lic_internal.pyx"])]
8 )
New Attachment
Attached Files
To refer to attachments on a page, use
attachment:filename, as shown below in the list of files. Do
NOT use the URL of the
[get] link, since this is subject to change and can break easily.
- [get | view] (2008-11-18 14:31:26, 923.3 KB) [[attachment:flow-image.png]]
- [get | view] (2008-11-18 14:29:58, 1.6 KB) [[attachment:lic.py]]
- [get | view] (2008-11-18 14:37:33, 1.7 KB) [[attachment:lic_demo.py]]
- [get | view] (2008-11-18 14:29:46, 2.3 KB) [[attachment:lic_internal.pyx]]
- [get | view] (2008-11-18 14:30:19, 0.2 KB) [[attachment:setup.py]]