Skip to content

Commit

Permalink
Merge pull request #194 from bnavigator/skbuild-0.17
Browse files Browse the repository at this point in the history
Don't include package data
  • Loading branch information
bnavigator committed Apr 26, 2023
2 parents 373cdc0 + 02249d3 commit 310131a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ def run(self):

# These need to stay in setup.py
# https://scikit-build.readthedocs.io/en/latest/usage.html#setuptools-options
setup(
setup(
packages=['slycot', 'slycot.tests'],
cmdclass={'sdist': sdist_checked},
cmake_languages=('C', 'Fortran'),
use_scm_version = True,
include_package_data = False,
)

0 comments on commit 310131a

Please sign in to comment.