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 ba34f27 commit 9084042Copy full SHA for 9084042
generate_parameter_library_py/setup.py
@@ -79,13 +79,16 @@
79
keywords=['ROS'],
80
classifiers=[
81
'Intended Audience :: Developers',
82
- 'License :: OSI Approved :: BSD-3-Clause',
83
'Programming Language :: Python',
84
'Topic :: Software Development',
85
],
86
description='Generate the ROS parameter struct in C++ and Python with callbacks for updating.',
87
license='BSD-3-Clause',
88
- tests_require=['pytest'],
+ extras_require={
+ 'test': [
89
+ 'pytest',
90
+ ],
91
+ },
92
entry_points={
93
'console_scripts': [
94
'generate_parameter_library_cpp = generate_parameter_library_py.generate_cpp_header:main',
0 commit comments