summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>2010-02-17 14:43:05 +0100
committerAlexandre Fayolle <alexandre.fayolle@logilab.fr>2010-02-17 14:43:05 +0100
commit4cce8ee2e60b23b5b323e506769faa61d8a1b898 (patch)
tree51878f698c94bb5827e1942076829a24c630d869
parent073e7178552a277e85590402ed80592005af9780 (diff)
downloadlogilab-common-4cce8ee2e60b23b5b323e506769faa61d8a1b898.tar.gz
fix test_configuration test_manpage
-rw-r--r--__pkginfo__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 0eb93d5..aed71c8 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -10,7 +10,7 @@ distname = 'logilab-common'
modname = 'common'
numversion = (0, 47, 0)
version = '.'.join([str(num) for num in numversion])
-
+copyright = '2000-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.'
license = 'GPL'
author = "Logilab"