From f398d1ae0448de956a38da7b9badeddd3262672d Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Tue, 24 Dec 2002 00:58:03 +0000 Subject: [PATCH] Added url and license to setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 4b910f9..05290e3 100644 --- a/setup.py +++ b/setup.py @@ -11,5 +11,7 @@ setup(name="pyxattr", of the attr C library - see attr(5).""", author="Iustin Pop", author_email="iusty@k1024.org", + url="http://pyxattr.sourceforge.net", + license="GPL", ext_modules=[Extension("xattr", ["xattr.c"], libraries=["attr"])], ) -- 2.39.2