Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
openbis
openbis-public
jupyter
jupyter-openbis-gui-server
Commits
81671560
Commit
81671560
authored
Mar 26, 2021
by
vermeul
Browse files
added packages explicitly
parent
4d139152
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
81671560
...
...
@@ -18,7 +18,7 @@ setup(
long_description
=
long_description
,
long_description_content_type
=
"text/markdown"
,
url
=
'https://sissource.ethz.ch/sispub/jupyter-openbis-server'
,
packages
=
find_packages
()
,
packages
=
[
'jupyter-openbis-server'
,
'openbis_connection'
]
,
license
=
'Apache Software License Version 2.0'
,
install_requires
=
[
'click'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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