mirror of https://github.com/open-mmlab/mmocr.git
[Enhancement] Deprecate the support for 'python setup.py test' (#722)
parent
fa888303c3
commit
2f723b17a2
2
setup.py
2
setup.py
|
@ -190,8 +190,6 @@ if __name__ == '__main__':
|
|||
'Programming Language :: Python :: 3.9',
|
||||
],
|
||||
license='Apache License 2.0',
|
||||
setup_requires=parse_requirements('requirements/build.txt'),
|
||||
tests_require=parse_requirements('requirements/tests.txt'),
|
||||
install_requires=parse_requirements('requirements/runtime.txt'),
|
||||
extras_require={
|
||||
'all': parse_requirements('requirements.txt'),
|
||||
|
|
Loading…
Reference in New Issue