We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 648c861 + b6e5110 commit aa4ceabCopy full SHA for aa4ceab
2 files changed
pyproject.toml
@@ -2,10 +2,7 @@
2
3
requires = ["setuptools",
4
"setuptools_scm",
5
- "wheel",
6
- "extension-helpers",
7
- "oldest-supported-numpy",
8
- "cython"]
+]
9
10
build-backend = 'setuptools.build_meta'
11
setup.py
@@ -9,8 +9,6 @@
from setuptools import setup
12
-from extension_helpers import get_extensions
13
-
14
15
# First provide helpful messages if contributors try and run legacy commands
16
# for tests or docs.
@@ -65,5 +63,4 @@
65
63
print(DOCS_HELP)
66
64
sys.exit(1)
67
68
-setup(use_scm_version={'write_to': os.path.join('specreduce', 'version.py')},
69
- ext_modules=get_extensions())
+setup(use_scm_version={'write_to': os.path.join('specreduce', 'version.py')})
0 commit comments