]> git.pld-linux.org Git - projects/pld-ftp-admin.git/blob - ucred/setup.py
- copy from svn: http://svn.pld-linux.org/cgi-bin/viewsvn/anaconda/comps.xml?rev...
[projects/pld-ftp-admin.git] / ucred / setup.py
1 from distutils.core import setup, Extension
2 setup(name="ucred",#version="1.0",
3       ext_modules=[Extension("ucred", ["ucred.c"])])
4
This page took 0.027182 seconds and 3 git commands to generate.