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
tomotools
tomoscan
Commits
e9d3e5b4
Commit
e9d3e5b4
authored
Aug 06, 2020
by
payno
Browse files
[setup] add test as a subpackage
parent
64b3e307
Pipeline
#31011
failed with stages
in 2 minutes and 26 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
tomoscan/setup.py
View file @
e9d3e5b4
...
...
@@ -34,6 +34,7 @@ from numpy.distutils.misc_util import Configuration
def
configuration
(
parent_package
=
''
,
top_path
=
None
):
config
=
Configuration
(
'tomoscan'
,
parent_package
,
top_path
)
config
.
add_subpackage
(
'esrf'
)
config
.
add_subpackage
(
'test'
)
config
.
add_subpackage
(
'unitsystem'
)
return
config
...
...
Write
Preview
Supports
Markdown
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