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
workflow
ewoksapps
est
Commits
42f51c1f
Commit
42f51c1f
authored
Aug 01, 2019
by
Henri Payno
Browse files
[setup] add missing subpackage definition for orangecontrib - larch - pymca
parent
f6f716d9
Pipeline
#13219
failed with stage
in 4 minutes and 34 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
orangecontrib/xas/widgets/setup.py
View file @
42f51c1f
...
...
@@ -33,6 +33,8 @@ from numpy.distutils.misc_util import Configuration
def
configuration
(
parent_package
=
''
,
top_path
=
None
):
config
=
Configuration
(
'widgets'
,
parent_package
,
top_path
)
config
.
add_subpackage
(
'larch'
)
config
.
add_subpackage
(
'pymca'
)
config
.
add_subpackage
(
'test'
)
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