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