From e421eb0d786736c2aa43c0f4f98fea12f73b632b Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sat, 21 Dec 2002 21:09:08 +0000 Subject: [PATCH] Renaming files --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0cc6d37..754b4a2 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import distutils from distutils.core import setup, Extension -setup(name="pyacl", +setup(name="pyxattr", version="0.1", - ext_modules=[Extension("attrmodule", ["attr.c"], libraries=["attr"])], + ext_modules=[Extension("xattr", ["xattr.c"], libraries=["attr"])], ) -- 2.39.2