Add test suit option of "setup.py".
parent
dcd2b1385a
commit
2606bfeb8f
|
@ -129,6 +129,7 @@ setup(
|
|||
cmdclass={'build_ext': Build},
|
||||
python_requires=">=3.6",
|
||||
setup_requires=read('requirements.txt').splitlines(),
|
||||
test_suite="tests",
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Cython",
|
||||
|
|
Loading…
Reference in New Issue