Changed name to fix setuptools deprecation warning

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

10
pyproject.toml 普通文件
查看文件

@@ -0,0 +1,10 @@
[build-system]
requires = ['setuptools>=64', 'wheel', 'numpy>=1.19.0', 'Cython>=0.29.21',
'jinja2']
build-backend = "setuptools.build_meta"
[tool.black]
line-length = 120
[tool.isort]
profile = "black"