]> git.pld-linux.org Git - projects/pld-ftp-admin.git/blame - ucred/setup.py
Revert 30 seconds delay. Too annoying. Need to fix the cause of the problem.
[projects/pld-ftp-admin.git] / ucred / setup.py
CommitLineData
80d5d001
MM
1from distutils.core import setup, Extension
2setup(name="ucred",#version="1.0",
3 ext_modules=[Extension("ucred", ["ucred.c"])])
4
This page took 0.025133 seconds and 4 git commands to generate.