Skip to content

Commit 6eb4e87

Browse files
authored
fix: move build configs to pyproject (jina-ai#5351)
1 parent 831ce55 commit 6eb4e87

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["setuptools>=18.0", "wheel"]
3+
build-backend = "setuptools.build_meta"

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ def get_extra_requires(path, add_all=True):
154154
long_description=_long_description,
155155
long_description_content_type='text/markdown',
156156
zip_safe=False,
157-
setup_requires=['setuptools>=18.0', 'wheel'],
158157
install_requires=list(final_deps),
159158
extras_require=all_deps,
160159
entry_points={

0 commit comments

Comments
 (0)