Skip to content

Commit

Permalink
Remove dependence on wheel (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal authored Jul 2, 2024
1 parent 2c26d83 commit 222b84b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[build-system]
requires = [
"setuptools>=64",
"wheel==0.42.0",
"setuptools>=70.1.1",
# "ziglang>=0.11.0"
]
build-backend = "setuptools.build_meta"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
from pathlib import Path

from setuptools import Command, Extension, setup
from setuptools.command.bdist_wheel import bdist_wheel
from setuptools.command.build_ext import build_ext
from setuptools.command.build_py import build_py
from wheel.bdist_wheel import bdist_wheel

# ------ Hugo build configuration and constants ------------------------------------

Expand Down

0 comments on commit 222b84b

Please sign in to comment.