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
64d33522
Commit
64d33522
authored
Sep 28, 2020
by
janis.streib
🦉
Browse files
UPD: rmeoved requirements as it should be satisfied by pyproject.toml
parent
1eeec8a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
64d33522
...
...
@@ -22,8 +22,7 @@ setup(
version
=
'1.0'
,
author
=
'Dr. Meta'
,
description
=
'This is a meta package to install the automatically generated NET-API 3.0 definitions.'
,
install_requires
=
[
'net_api_generator @ git+https://git.scc.kit.edu/scc-net/net-suite/api-generator.git@master'
,
'argparse'
],
setup_requires
=
[
'net_api_generator @ git+https://git.scc.kit.edu/scc-net/net-suite/api-generator.git@master'
],
install_requires
=
[
'argparse'
],
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