Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netdb-client-lib
Commits
3d434910
Commit
3d434910
authored
Oct 15, 2020
by
uydwj
Browse files
CHG: Lib is only supported on python3.7 and newer
parent
2b61d4c9
Pipeline
#113200
failed with stage
in 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
3d434910
...
...
@@ -19,6 +19,7 @@ setup(
description
=
'This is a meta package to install the automatically generated NET-API 3.0 definitions.'
,
url
=
'https://git.scc.kit.edu/scc-net/net-suite/netdb-client-lib'
,
install_requires
=
[
'argparse'
,
'requests'
],
python_requires
=
'>=3.7'
packages
=
[
'netdb_client'
],
cmdclass
=
{
'build_py'
:
APIGenBuild
}
)
...
...
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