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
Mathieu Reymond
deep-sea-treasure
Commits
e5371a66
Commit
e5371a66
authored
Feb 18, 2020
by
Mathieu Reymond
Browse files
setup use find_packages
parent
c83004a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
e5371a66
from
setuptools
import
setup
from
setuptools
import
setup
,
find_packages
setup
(
name
=
'deep_sea_treasure'
,
version
=
'1.0.0'
,
install_requires
=
[
'gym'
,
'opencv-python'
],
packages
=
[
'deep_sea_treasure'
]
)
\ No newline at end of file
packages
=
find_packages
()
)
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