Skip to content

Commit

Permalink
Don't include package data
Browse files Browse the repository at this point in the history
  • Loading branch information
bnavigator committed Apr 25, 2023
1 parent 373cdc0 commit 02249d3
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 02249d3

Please sign in to comment.