Changed name to fix setuptools deprecation warning

这个提交包含在:
Craig Warren
2025-02-02 21:58:11 +00:00
父节点 b96ef3c18a
当前提交 8803f5b154

查看文件

@@ -1,5 +1,5 @@
[build-system]
requires = ['setuptools', 'wheel', 'numpy>=1.19.0', 'Cython>=0.29.21',
requires = ['setuptools>=64', 'wheel', 'numpy>=1.19.0', 'Cython>=0.29.21',
'jinja2']
build-backend = "setuptools.build_meta"