Skip to content

Commit

Permalink
Allow for platform dependent builds (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaWey authored Feb 20, 2024
1 parent a7af674 commit f3a247e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,5 @@ def run_tests(self):
cmdclass=cmdclass,
data_files=data_files,
tests_require=['pytest', 'pytest-cov'],
has_ext_modules=lambda: True,
)

0 comments on commit f3a247e

Please sign in to comment.