Skip to content

Commit 5b15c7d

Browse files
authored
fix setuptools deprecation (#293)
Signed-off-by: mosfet80 <[email protected]>
1 parent a2ef867 commit 5b15c7d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sensor_msgs_py/setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,9 @@
1919
author_email='[email protected]',
2020
description='A package for easy creation and reading of PointCloud2 messages in Python.',
2121
license='BSD',
22-
tests_require=['pytest'],
22+
extras_require={
23+
'test': [
24+
'pytest',
25+
],
26+
},
2327
)

0 commit comments

Comments
 (0)