Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
subprocess
Commits
11075a89a359
Commit
0e09f40f
authored
Apr 21, 2020
by
François Ferry
Browse files
[pkg] 1.0.0
parent
cc511f278138
Changes
1
Hide whitespace changes
Inline
Side-by-side
cubicweb_subprocess/__pkginfo__.py
View file @
11075a89
...
...
@@ -4,7 +4,7 @@
modname
=
'subprocess'
distname
=
'cubicweb-subprocess'
numversion
=
(
0
,
4
,
0
)
numversion
=
(
1
,
0
,
0
)
version
=
'.'
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
'LGPL'
...
...
@@ -13,7 +13,7 @@ author_email = 'contact@logilab.fr'
description
=
'This cube helps to manage and monitor subprocesses.'
web
=
'http://www.cubicweb.org/project/%s'
%
distname
__depends__
=
{
'cubicweb'
:
'>= 3.
19.1
'
,
__depends__
=
{
'cubicweb'
:
'>= 3.
25.0
'
,
'cubicweb-file'
:
'>= 1.16.0'
}
__recommends__
=
{}
...
...
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