summaryrefslogtreecommitdiffstats
path: root/src/setup-dbg.py
diff options
context:
space:
mode:
authorNima Talebi <nima@autonomy.net.au>2009-05-22 23:49:55 +1000
committerNima Talebi <nima@autonomy.net.au>2009-05-22 23:49:55 +1000
commitd06d776adb0fef9504bd7662760e4cd0971fb748 (patch)
tree8d8f4ad36745c951ef6f05b7f2eae049bbd482f0 /src/setup-dbg.py
parentcd387fa3d1929505299d1df733fae890aacc75bc (diff)
downloadpython-dmidecode-d06d776adb0fef9504bd7662760e4cd0971fb748.tar.gz
python-dmidecode-d06d776adb0fef9504bd7662760e4cd0971fb748.tar.xz
python-dmidecode-d06d776adb0fef9504bd7662760e4cd0971fb748.zip
Reversioned, relicensed, and rejigged
The version is of now, v3.10.6. The version major field has been upped due to the newly added XML functionality. The version has been reverted to GPLv2. Some headers have been cleaned up, copyright notices added etc. Credits given where due.
Diffstat (limited to 'src/setup-dbg.py')
-rw-r--r--src/setup-dbg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup-dbg.py b/src/setup-dbg.py
index fe05898..1caac4d 100644
--- a/src/setup-dbg.py
+++ b/src/setup-dbg.py
@@ -2,7 +2,7 @@ from distutils.core import setup, Extension
setup(
name = "python-dmidecode-dbg",
- version = "2.10.6",
+ version = "3.10.6",
description = "Python extension module for dmidecode",
author = "Nima Talebi & David Sommerseth",
author_email = "nima@it.net.au, davids@redhat.com",