/[fuse_dbi]/fuse/cvs/python/setup.py
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /fuse/cvs/python/setup.py

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (show annotations)
Wed Aug 4 11:36:44 2004 UTC (19 years, 8 months ago) by dpavlin
File MIME type: text/x-python
File size: 458 byte(s)
import current CVS of fuse

1 #@+leo-ver=4
2 #@+node:@file setup.py
3 """
4 distutils script for FUSE python module
5 """
6
7 from distutils.core import setup, Extension
8
9 setup(name="fuse",
10 version="0.1",
11 ext_modules=[Extension("_fusemodule", ["_fusemodule.c"],
12 library_dirs=["../lib",],
13 libraries=["fuse",],
14 ),
15 ],
16 py_modules=["fuse"],
17 )
18
19 #@-node:@file setup.py
20 #@-leo

  ViewVC Help
Powered by ViewVC 1.1.26