Skip to content

Commit

Permalink
fix: move build configs to pyproject (#5351)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackmin801 committed Nov 3, 2022
1 parent 831ce55 commit 6eb4e87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools>=18.0", "wheel"]
build-backend = "setuptools.build_meta"
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ def get_extra_requires(path, add_all=True):
long_description=_long_description,
long_description_content_type='text/markdown',
zip_safe=False,
setup_requires=['setuptools>=18.0', 'wheel'],
install_requires=list(final_deps),
extras_require=all_deps,
entry_points={
Expand Down

0 comments on commit 6eb4e87

Please sign in to comment.