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
ail
Commits
c2f85ac38fe6
Commit
c2f85ac3
authored
Jun 17, 2008
by
Alexandre Fayolle
Browse files
support more python versions
parent
007b22582396
Changes
1
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
c2f85ac3
...
...
@@ -22,7 +22,7 @@
modname
=
'ail'
numversion
=
(
0
,
3
,
0
)
version
=
'.'
.
join
([
str
(
num
)
for
num
in
numversion
])
pyversions
=
(
'2.3'
,
'2.4'
)
pyversions
=
(
'2.3'
,
'2.4'
,
'2.5'
)
license
=
'GPL'
copyright
=
'''Copyright (c) 2004-2006 LOGILAB S.A. (Paris, FRANCE).
...
...
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