X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=setup.py;h=f13c3e99a79993c7e16d078341fc11b7e871df9d;hb=656522f4c134131b7826129525048c52dc4c17ce;hp=da7f90fd3624b7d1901c8cdb891dee1ababe549f;hpb=263a55bad1966462ed0897f0f06cb0af055145cc;p=oddments%2Ffireinfo.git diff --git a/setup.py b/setup.py index da7f90f..f13c3e9 100644 --- a/setup.py +++ b/setup.py @@ -1,10 +1,31 @@ +#!/usr/bin/python +############################################################################### +# # +# Fireinfo # +# Copyright (C) 2010, 2011 IPFire Team (www.ipfire.org) # +# # +# This program is free software: you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see . # +# # +############################################################################### from distutils.core import setup, Extension setup( name = "fireinfo", - version = "0.4", + version = "2.1.1", description = "Hardware information gathering library.", + license = "GPLv3", author = "IPFire.org Team", author_email = "info@ipfire.org", url = "http://redmine.ipfire.org/projects/fireinfo",