Skip to content

Commit

Permalink
add pyproject.toml to support PEP 518
Browse files Browse the repository at this point in the history
  • Loading branch information
jmahlik committed Sep 15, 2023
1 parent 77a9a27 commit eaaea36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[build-system]
requires = [
"setuptools >= 59.0.0",
]
build-backend = "setuptools.build_meta"
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
with open(REQUIREMENTS_FILE) as f:
install_reqs = f.read().splitlines()

install_reqs.append("setuptools")


setup(
name="mlxtend",
version=VERSION,
Expand Down

0 comments on commit eaaea36

Please sign in to comment.