From b18079e8926251fe11010f68a77abedbb6e66b3b Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sat, 21 Dec 2002 21:20:12 +0000 Subject: [PATCH] Typos --- setup.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.py b/setup.py index 754b4a2..4b910f9 100644 --- a/setup.py +++ b/setup.py @@ -5,5 +5,11 @@ from distutils.core import setup, Extension setup(name="pyxattr", version="0.1", + description="Extended attributes for python", + long_description="""This is a C extension module for Python which + implements extended attributes manipulation. It is a wrapper on top + of the attr C library - see attr(5).""", + author="Iustin Pop", + author_email="iusty@k1024.org", ext_modules=[Extension("xattr", ["xattr.c"], libraries=["attr"])], ) -- 2.39.2