Skip to content

Commit 00cb16b

Browse files
authored
fix setuptools deprecation
fix setuptools deprecation
1 parent 5fcd6fa commit 00cb16b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,9 @@
4242
description="Commonly needed Python modules, "
4343
"used by Python software developed at OSRF",
4444
license='Apache 2.0',
45-
test_suite='tests',
45+
extras_require={
46+
'test': [
47+
'pytest',
48+
],
49+
},
4650
)

0 commit comments

Comments
 (0)