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.
1 parent d5f4904 commit 73c8570Copy full SHA for 73c8570
requirements-dev.txt
@@ -5,5 +5,5 @@ pytest>=3.0.3
5
pytest-cov>=2.4.0
6
pytest-runner>=2.9
7
pytest-virtualenv>=1.2.5
8
-scikit-build>=0.4.0
+scikit-build>=0.5.0
9
virtualenv>=15.0.3
setup.py
@@ -39,6 +39,7 @@ def _parse_requirements(filename):
39
packages=['cmake'],
40
41
cmake_install_dir='cmake/data',
42
+ cmake_with_sdist=True,
43
44
entry_points={
45
'console_scripts': [
0 commit comments