Skip to content

Commit 0d6f149

Browse files
committed
Ensure other files in module folder do get installed
1 parent 37ad69e commit 0d6f149

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

example_python/validators/custom_validation.py renamed to example_python/generate_parameter_module_example/custom_validation.py

File renamed without changes.

example_python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# set module_name and yaml file
1212
module_name = 'admittance_parameters'
1313
yaml_file = 'generate_parameter_module_example/parameters.yaml'
14-
validation_module = 'validators.custom_validation'
14+
validation_module = 'generate_parameter_module_example.custom_validation'
1515
generate_parameter_module(
1616
module_name, yaml_file, validation_module=validation_module
1717
)

0 commit comments

Comments
 (0)