Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
logilab-common
Commits
50cd30a61f45
Commit
1f86681e
authored
Feb 10, 2010
by
Sylvain Thénault
Browse files
lgc 0.47
parent
adc4641df170
Changes
3
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
50cd30a6
"""logilab.common packaging information.
:copyright: 2000-200
9
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
:copyright: 2000-20
1
0 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: General Public License version 2 - http://www.gnu.org/licenses
"""
...
...
@@ -8,12 +8,10 @@ __docformat__ = "restructuredtext en"
distname
=
'logilab-common'
modname
=
'common'
numversion
=
(
0
,
4
6
,
1
)
numversion
=
(
0
,
4
7
,
0
)
version
=
'.'
.
join
([
str
(
num
)
for
num
in
numversion
])
license
=
'GPL'
copyright
=
'''Copyright (c) 2003-2009 LOGILAB S.A. (Paris, FRANCE).
http://www.logilab.fr/ -- mailto:contact@logilab.fr'''
author
=
"Logilab"
author_email
=
"devel@logilab.fr"
...
...
debian/changelog
View file @
50cd30a6
logilab-common (0.47.0-1) unstable; urgency=low
* new upstream release
-- Sylvain Thénault <sylvain.thenault@logilab.fr> Wed, 10 Feb 2010 08:42:00 +0100
logilab-common (0.46.1-1) unstable; urgency=low
* new upstream release
...
...
setup.py
View file @
50cd30a6
...
...
@@ -2,7 +2,7 @@
# pylint: disable-msg=W0404,W0622,W0704,W0613,W0152
"""Generic Setup script, takes package info from __pkginfo__.py file.
:copyright: 2003-200
9
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
:copyright: 2003-20
1
0 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: General Public License version 2 - http://www.gnu.org/licenses
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment