We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 373cdc0 commit 02249d3Copy full SHA for 02249d3
1 file changed
setup.py
@@ -58,9 +58,10 @@ def run(self):
58
59
# These need to stay in setup.py
60
# https://scikit-build.readthedocs.io/en/latest/usage.html#setuptools-options
61
-setup(
+setup(
62
packages=['slycot', 'slycot.tests'],
63
cmdclass={'sdist': sdist_checked},
64
cmake_languages=('C', 'Fortran'),
65
use_scm_version = True,
66
+ include_package_data = False,
67
)
0 commit comments