From 8626bbd2cfcb10109cfa85b8d7ef99898e6f7771 Mon Sep 17 00:00:00 2001 From: nima Date: Sat, 20 Dec 2008 01:44:55 +0000 Subject: Removed "detected" from appearing in every single function call. TODO: An ivar should be implemented to return this string, so further cleanup is still required; as it stands, there is no access to this information anymore! Updated test case. Further general cleanup. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@133 abc39116-655e-4be6-ad55-d661dc543056 --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/setup.py') diff --git a/src/setup.py b/src/setup.py index 0de0e6e..6601964 100644 --- a/src/setup.py +++ b/src/setup.py @@ -1,7 +1,7 @@ from distutils.core import setup, Extension setup( - name = "python-dmidecode", + name = "dmidecode", version = "2.10", description = "Python extension module for dmidecode", author = "Nima Talebi", -- cgit