Skip to content

Commit

Permalink
fixes: UserWarning: Unknown distribution option: 'tests_require'
Browse files Browse the repository at this point in the history
  • Loading branch information
b1r3k committed Oct 8, 2024
1 parent 5ebd0e7 commit fae9543
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def read(f):
license='Apache',
packages=find_packages(),
install_requires=install_requires,
tests_require=tests_require,
extras_require={
'tests': tests_require,
'devtools': devtools_require,
Expand Down

0 comments on commit fae9543

Please sign in to comment.