We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9084042 commit 58c80c7Copy full SHA for 58c80c7
example_python/setup.py
@@ -30,7 +30,11 @@
30
maintainer_email='[email protected]',
31
description='Example usage of generate_parameter_library for a python module',
32
license='BSD-3-Clause',
33
- tests_require=['pytest'],
+ extras_require={
34
+ 'test': [
35
+ 'pytest',
36
+ ],
37
+ },
38
entry_points={
39
'console_scripts': [
40
'test_node = generate_parameter_module_example.minimal_publisher:main'
0 commit comments