We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc4f985 commit 8b25af9Copy full SHA for 8b25af9
pyperformance/data-files/benchmarks/bm_ctypes/pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "pyperformance_bm_ctypes"
3
requires-python = ">=3.8"
4
-dependencies = ["pyperf"]
+dependencies = ["pyperf", "setuptools"]
5
urls = {repository = "https://github.com/python/pyperformance"}
6
dynamic = ["version"]
7
pyperformance/data-files/benchmarks/bm_ctypes/requirements.txt
@@ -0,0 +1 @@
+setuptools==62.4.0
pyperformance/data-files/benchmarks/bm_ctypes/setup.py
@@ -1,4 +1,4 @@
-from distutils.core import setup, Extension
+from setuptools import setup, Extension
# Compile the C shared object containing functions to call through ctypes. It
# isn't technically a Python C extension, but this is the easiest way to build
0 commit comments