File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
src/main/python/opengrok_tools Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ def my_test_suite():
40
40
description = 'Tools for managing OpenGrok instance' ,
41
41
long_description = readme (),
42
42
test_suite = 'setup.my_test_suite' ,
43
+ python_requires = '>=3.4, <4' ,
43
44
install_requires = [
44
45
'jsonschema==2.6.0' ,
45
46
'pyyaml' ,
Original file line number Diff line number Diff line change 19
19
#
20
20
21
21
#
22
- # Copyright (c) 2017, 2018 , Oracle and/or its affiliates. All rights reserved.
22
+ # Copyright (c) 2017, 2019 , Oracle and/or its affiliates. All rights reserved.
23
23
#
24
24
25
25
"""
26
26
This script runs OpenGrok parallel project processing.
27
-
28
- It is intended to work on Unix systems. (mainly because it relies on the
29
- OpenGrok shell script - for the time being)
30
-
31
27
"""
32
28
33
29
import argparse
You can’t perform that action at this time.
0 commit comments