Skip to content

Commit

Permalink
Remove setup_requires, use pyproject.toml (#121)
Browse files Browse the repository at this point in the history
* Remove setup_requires, use pyproject.toml

* also remove build_requires
  • Loading branch information
altendky committed Aug 31, 2022
1 parent f9a1570 commit 778579c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Expand Up @@ -253,7 +253,6 @@ def build_extensions(self):
python_requires=">=3.7",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
build_requires=["pybind11>=2.10.0"],
url="https://github.com/Chia-Network/chiavdf",
ext_modules=ext_modules,
cmdclass={"build_ext": BuildExt},
Expand All @@ -273,7 +272,6 @@ def build_extensions(self):
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
url="https://github.com/Chia-Network/chiavdf",
setup_requires=["pybind11>=2.10.0"],
ext_modules=[CMakeExtension("chiavdf", "src")],
cmdclass=dict(
build_ext=CMakeBuild, install_hook=install_hook, build_hook=build_hook
Expand Down

0 comments on commit 778579c

Please sign in to comment.