Remove "setup_requires" option.

pull/493/head
KmolYuan 2019-09-13 14:22:10 +08:00
parent 1c18ca015e
commit 88201db0ea
1 changed files with 1 additions and 3 deletions

View File

@ -128,14 +128,12 @@ setup(
)],
cmdclass={'build_ext': Build},
python_requires=">=3.6",
setup_requires=read('requirements.txt').splitlines(),
install_requires=read('requirements.txt').splitlines(),
test_suite="tests",
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Cython",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Operating System :: OS Independent",
]
)