Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ievgen Vovk
ctapipe_io_magic
Commits
0a33abdc
Commit
0a33abdc
authored
Dec 02, 2021
by
Alessio Berti
Browse files
Fixes in setup.py.
parent
2cde768d
Pipeline
#116515
failed with stage
in 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
0a33abdc
from
setuptools
import
setup
,
find_packages
from
os
import
path
import
os
tests_require
=
[
"pytest"
]
...
...
@@ -13,7 +13,7 @@ docs_require = [
]
setup
(
use_scm_version
=
{
"write_to"
:
os
.
path
.
join
(
"
magic
ctapipe"
,
"_version.py"
)},
use_scm_version
=
{
"write_to"
:
os
.
path
.
join
(
"ctapipe
_io_magic
"
,
"_version.py"
)},
packages
=
find_packages
(),
install_requires
=
[
'ctapipe~=0.12.0'
,
...
...
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