Updates URL to the new bugzilla.
# #
###############################################################################
-__version__ = "2.1.3"
+__version__ = "2.1.4"
from system import System
setup(
name = "fireinfo",
- version = "2.1.3",
+ version = "2.1.4",
description = "Hardware information gathering library.",
license = "GPLv3",
author = "IPFire.org Team",
author_email = "info@ipfire.org",
- url = "http://redmine.ipfire.org/projects/fireinfo",
+ url = "https://bugzilla.ipfire.org/describecomponents.cgi?product=Fireinfo",
ext_modules = [
Extension("_fireinfo", ["src/fireinfo.c"])
],