]> git.pld-linux.org Git - projects/pld-ftp-admin.git/blob - ucred/setup.py
1730c01512f596c08a15434f604457440f9390f5
[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.025886 seconds and 2 git commands to generate.