From 514b7ec37059759bd9f38ac57c6be2d222069a8c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 26 Nov 2010 21:11:01 +0100 Subject: [PATCH] Update meta information. --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index eddb6fd..5dd6770 100644 --- a/setup.py +++ b/setup.py @@ -4,6 +4,10 @@ from distutils.core import setup, Extension setup( name = "fireinfo", version = "0.2", + description = "Hardware information gathering library.", + author = "IPFire.org Team", + author_email = "info@ipfire.org", + url = "http://redmine.ipfire.org/projects/fireinfo", ext_modules = [ Extension("_fireinfo", ["src/fireinfo.c"]) ], -- 2.47.3